diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..77776b16 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,15 @@ +coverage: + status: + project: + default: + # Set to informational only - will not block PRs + informational: true + patch: + default: + # Set to informational only - will not block PRs + informational: true + +comment: + # Still show coverage comments on PRs + layout: "diff, flags, files" + behavior: default diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb52a54b..5216a411 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,5 +44,5 @@ jobs: uses: codecov/codecov-action@v5 with: files: coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file