From 4fe40c2cd906da06ba48ecf2df964c02dd30a609 Mon Sep 17 00:00:00 2001 From: Jacob Overgaard <752371+iOvergaard@users.noreply.github.com> Date: Tue, 16 Aug 2022 13:50:06 +0200 Subject: [PATCH] always report coverage --- src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml index f7b3170890..93cdb1a78a 100644 --- a/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml +++ b/src/Umbraco.Web.UI.Client/.github/workflows/build_test.yml @@ -43,6 +43,8 @@ jobs: # retention-days: 30 - name: Report code coverage uses: zgosalvez/github-actions-report-lcov@v1 + if: always() + continue-on-error: true with: coverage-files: coverage/lcov.info artifact-name: code-coverage-report