Skip to content

Commit

Permalink
continue-on-error=false
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTeichman committed Oct 15, 2022
1 parent 0b12a7c commit 0deefe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
coverage run --source=rnalysis/ -m pytest tests/
continue-on-error: true
continue-on-error: false
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 0deefe4

Please sign in to comment.