Skip to content

Commit

Permalink
Allow fail on coverage collation
Browse files Browse the repository at this point in the history
  • Loading branch information
kzscisoft authored Aug 21, 2023
1 parent 64763cd commit 1a0627c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_run_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,9 @@ jobs:
poetry run coverage combine coverage/coverage_*
poetry run coverage xml -i
poetry run coverage report -i
continue-on-error: true
- uses: codecov/codecov-action@v2
with:
env_vars: OS,PYTHON
files: coverage.xml
continue-on-error: true

0 comments on commit 1a0627c

Please sign in to comment.