Skip to content

Commit

Permalink
[IT-3590] Don't fail tests on Coveralls errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ConsoleCatzirl committed Apr 25, 2024
1 parent 5861c0c commit 8308838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- run: pipenv run coverage run -m pytest tests/ -vv
- name: upload coverage to coveralls
uses: coverallsapp/github-action@v2
with:
fail-on-error: false

sam-build-and-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8308838

Please sign in to comment.