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 6fe167e commit 7f79897Copy full SHA for 7f79897
.github/workflows/coder.yaml
@@ -129,7 +129,7 @@ jobs:
129
130
- run:
131
gotestsum --jsonfile="gotests.json" --packages="./..." --
132
- -covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
+ -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