Skip to content

Commit

Permalink
continue on error to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo committed Mar 6, 2022
1 parent f55d17f commit ed1b5f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ jobs:
pip install codecov pytest-cov
- name: Testing
continue-on-error: true
run: pytest --cov

- name: Upload coverage
continue-on-error: true
uses: codecov/codecov-action@v1
with:
env_vars: OS,PYTHON
Expand Down

0 comments on commit ed1b5f3

Please sign in to comment.