Skip to content

Commit

Permalink
put the coveralls call in a different job so it happens whether or no…
Browse files Browse the repository at this point in the history
…t there's a failure in the tests
  • Loading branch information
pavelkomarov committed Oct 16, 2024
1 parent ebb553e commit 88a7824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
run: |
cd ${CLAW}/pyclaw
coverage run --source=src -m pytest --ignore=development
coveralls
-name: Upload to Coveralls
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 88a7824

Please sign in to comment.