Skip to content

Commit

Permalink
Ensure the CI succeeds even if writing the coverage report fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
K-dash committed May 29, 2024
1 parent 08c801e commit ca16e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
python -m pytest --junitxml=pytest.xml --cov-report=term-missing --cov=src tests/ | tee pytest-coverage.txt
- name: Pytest coverage comment
continue-on-error: true
uses: MishaKav/[email protected]
with:
pytest-coverage-path: ./pytest-coverage.txt
Expand Down

0 comments on commit ca16e7a

Please sign in to comment.