Skip to content

Commit

Permalink
Explicitly run coveralls with service=github; see TheKevJames/coveral…
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook authored and willkuhn committed Jan 14, 2021
1 parent 0c276d7 commit eaa84ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Send code coverage report to Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls
run: coveralls --service=github
- name: Test Sphinx documentation build
run: make -C docs all
- name: Test package build
Expand Down

0 comments on commit eaa84ff

Please sign in to comment.