Skip to content

Commit

Permalink
trying to add always() so we upload to coveralls even when a test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkomarov committed Oct 16, 2024
1 parent f67e934 commit 0db54a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
coverage run --source=src -m pytest --ignore=development
- name: Upload to Coveralls
if: always()
run: coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit 0db54a8

Please sign in to comment.