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 ea3984d commit fbec635Copy full SHA for fbec635
1 file changed
.github/workflows/cover.yml
@@ -16,12 +16,12 @@ jobs:
16
uses: actions/checkout@v2
17
- name: Clean environment
18
run: |
19
- go clean -modcache
+ go clean -cache -testcache -modcache
20
rm -f profile.cov
21
- name: Test
22
23
go test -coverprofile=profile.cov ./...
24
- name: Send coverage
25
uses: shogo82148/actions-goveralls@v1
26
with:
27
- path-to-profile: profile.cov
+ path-to-profile: profile.cov
0 commit comments