diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5b7f3a87..d0382d8d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -210,6 +210,7 @@ jobs: parallel: true flag-name: C++ and Python path-to-lcov: coverage.lcov + fail-on-error: false coverage: needs: [filter-changes, main] @@ -222,6 +223,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true + fail-on-error: false ci-pass: needs: [filter-changes, main, coverage]