Skip to content

Commit

Permalink
Added service arg to coveralls command
Browse files Browse the repository at this point in the history
Needs to be explicitly specified apparently
  • Loading branch information
Ryochan7 committed Oct 20, 2021
1 parent 9a22c5f commit 890f9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: |
make check-code-format
python -m pytest --cov=mygpo/ --cov-branch
python -m coveralls
python -m coveralls --service=github

0 comments on commit 890f9ab

Please sign in to comment.