From afb8d5118eb0d8d81d4df718129c1a7311179cd1 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 14 Oct 2023 19:52:30 -0500 Subject: [PATCH] Ignore coverage combine errors (#210) --- .github/actions/report-coverage/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/report-coverage/action.yml b/.github/actions/report-coverage/action.yml index 0658f9a..b7e2b1b 100644 --- a/.github/actions/report-coverage/action.yml +++ b/.github/actions/report-coverage/action.yml @@ -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.