diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b74f1..11f57d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,11 +61,12 @@ jobs: example-cli-command - name: Upload coverage to Codecov + continue-on-error: true uses: codecov/codecov-action@v7 with: files: ./pytest-coverage.xml,./unittest-coverage.xml # optional (default = coverage.xml) flags: template_coverage # optional use_oidc: true - fail_ci_if_error: true + fail_ci_if_error: false disable_search: true plugins: noop