We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5688f commit 74bc347Copy full SHA for 74bc347
.github/workflows/test.yaml
@@ -28,4 +28,4 @@ jobs:
28
- name: Report coverage to Coveralls
29
env:
30
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- run: goveralls -coverprofile=covprofile -service=github
+ run: goveralls -coverprofile=profile.cov -service=github
0 commit comments