Skip to content

Commit

Permalink
ci: Allow flaky coverage step to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MarquessV committed Feb 16, 2024
1 parent 697d0c8 commit 7e6072b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
poetry run make test
- name: Report Coverage
if: matrix.python-version == '3.11' && github.event_name == 'pull_request'
continue-on-error: true
uses: orgoro/[email protected]
with:
coverageFile: coverage.xml
Expand Down

0 comments on commit 7e6072b

Please sign in to comment.