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