Skip to content

Commit

Permalink
Ignore coverage combine errors (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 15, 2023
1 parent 12bd84c commit afb8d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/report-coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
- name: Combine coverage & fail if it's <${{inputs.fail_under}}.
shell: bash
run: |
python -Im coverage combine || true
python -Iim coverage combine || true
python -Im coverage html --skip-covered --skip-empty
# Report and write to summary.
Expand Down

0 comments on commit afb8d51

Please sign in to comment.