From fce4037334f4260dc1a13b71437fc0988c1a8c35 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 14 Oct 2023 19:47:59 -0500 Subject: [PATCH] ignore coverage combine errors --- .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.