File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157
157
GOMAXPROCS : ${{ runner.os == 'Windows' && 1 || 2 }}
158
158
run : gotestsum --junitfile="gotests.xml" --packages="./..." --
159
159
-covermode=atomic -coverprofile="gotests.coverage"
160
- -coverpkg=./.,github.com/coder/coder/codersdk
160
+ -coverpkg=./... ,github.com/coder/coder/codersdk
161
161
-timeout=3m -count=$GOCOUNT -race -short -failfast
162
162
163
163
- name : Upload DataDog Trace
@@ -173,7 +173,7 @@ jobs:
173
173
if : runner.os == 'Linux'
174
174
run : DB=true gotestsum --junitfile="gotests.xml" --packages="./..." --
175
175
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
176
- -coverpkg=./.,github.com/coder/coder/codersdk
176
+ -coverpkg=./... ,github.com/coder/coder/codersdk
177
177
-count=1 -race -parallel=2 -failfast
178
178
179
179
- name : Upload DataDog Trace
You can’t perform that action at this time.
0 commit comments