Skip to content

Commit

Permalink
CI: ALlow coveralls to fail and tests to still pass
Browse files Browse the repository at this point in the history
We are seeing problems where coveralls is failing to send and
the whole tests is marked as failed, even if all the pytest etc passed.

This is holding up development and releases and coveralls isn't important enought for that.
  • Loading branch information
odscjames committed Nov 15, 2023
1 parent 12323ce commit 9afcd49
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 @@ -26,4 +26,4 @@ jobs:
run: py.test -m "geo" --cov --cov-append .
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
run: coveralls --service=github || true

0 comments on commit 9afcd49

Please sign in to comment.