Skip to content

Commit

Permalink
make coveralls optional
Browse files Browse the repository at this point in the history
  • Loading branch information
brucehoff committed Jul 3, 2024
1 parent f5cb32f commit d52178e
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/ -svv
- 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 d52178e

Please sign in to comment.