diff --git a/.github/codecov.yml b/.github/codecov.yml index 5baa518e6..29d4eb759 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -22,14 +22,13 @@ coverage: project: default: if_not_found: success - if_ci_failed: error - target: auto + target: 66% threshold: 1% # Allow coverage to drop by X%, posting a success status. # removed_code_behavior: Takes values [off, removals_only, adjust_base] removed_code_behavior: adjust_base patch: default: - target: 70% + target: 69% comment: # this is a top-level key layout: " diff, flags, files" diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d35a69fe0..553387aa4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -52,7 +52,5 @@ jobs: - name: "Upload coverage reports to Codecov" uses: codecov/codecov-action@v4 - with: - fail_ci_if_error: false env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}