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 8b52401 commit 1c4f6acCopy full SHA for 1c4f6ac
.github/workflows/test.yml
@@ -24,7 +24,8 @@ jobs:
24
run: go mod download
25
26
- name: Run tests
27
- run: go test -count=1 -coverprofile=coverage.txt ./... &&
+ run: export =::=:: &&
28
+ go test -count=1 -coverprofile=coverage.txt ./... &&
29
grep -v "^github.com/go-spring/spring-core/gs/examples" coverage.txt > coverage.txt.tmp && mv coverage.txt.tmp coverage.txt
30
31
- name: Upload results to Codecov
0 commit comments