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 0dddc7b commit 636e300Copy full SHA for 636e300
.github/workflows/main.yml
@@ -134,7 +134,7 @@ jobs:
134
env:
135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136
COVERALLS_PARALLEL: true
137
- run: coveralls debug --service=github --verbose
+ run: coveralls --service=github --verbose
138
139
finish:
140
name: Finish Coverage Analysis
0 commit comments