Skip to content

Commit

Permalink
What if we run coveralls without --service= flag?
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Dec 7, 2022
1 parent c3607e6 commit 9a93bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Send coverage data to coveralls.io
run: |
python -m coveralls --service=github.com
python -m coveralls
env:
# COVERALLS_REPO_TOKEN helps coveralls identify our project.
# On GitHub, the variable is set at
Expand Down

0 comments on commit 9a93bb4

Please sign in to comment.