We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc2b80 commit 50ea13dCopy full SHA for 50ea13d
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Coveralls
33
env:
34
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
35
- run: coveralls
+ run: coveralls --service=github-actions
36
deploy:
37
needs: build
38
if: github.event_name == 'release'
0 commit comments