Skip to content

Commit 878738c

Browse files
committed
Fix coverpkg
1 parent 9597b0c commit 878738c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coder.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
GOMAXPROCS: ${{ runner.os == 'Windows' && 1 || 2 }}
158158
run: gotestsum --junitfile="gotests.xml" --packages="./..." --
159159
-covermode=atomic -coverprofile="gotests.coverage"
160-
-coverpkg=./.,github.com/coder/coder/codersdk
160+
-coverpkg=./...,github.com/coder/coder/codersdk
161161
-timeout=3m -count=$GOCOUNT -race -short -failfast
162162

163163
- name: Upload DataDog Trace
@@ -173,7 +173,7 @@ jobs:
173173
if: runner.os == 'Linux'
174174
run: DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
175175
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
176-
-coverpkg=./.,github.com/coder/coder/codersdk
176+
-coverpkg=./...,github.com/coder/coder/codersdk
177177
-count=1 -race -parallel=2 -failfast
178178

179179
- name: Upload DataDog Trace

0 commit comments

Comments
 (0)