We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f79897 commit 735091eCopy full SHA for 735091e
.github/workflows/coder.yaml
@@ -128,8 +128,8 @@ jobs:
128
- run: go install gotest.tools/gotestsum@latest
129
130
- run:
131
- gotestsum --jsonfile="gotests.json" --packages="./..." --
132
- -tags=embed -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
+ gotestsum --jsonfile="gotests.json" --packages="./..." -- -tags=embed
+ -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
133
-count=3 -race -parallel=2
134
135
- uses: codecov/codecov-action@v2
0 commit comments