We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1424302 commit 6a0f2eaCopy full SHA for 6a0f2ea
1 file changed
.github/workflows/test.yml
@@ -27,4 +27,4 @@ jobs:
27
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
run: |
29
go install github.com/mattn/goveralls@latest
30
- goveralls -coverprofile=coverage.txt -service=github
+ goveralls -coverprofile=coverage.out -service=github
0 commit comments