diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000000..6dc80b46343 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,11 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true +comment: false +github_checks: + annotations: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 93b3e6d0d29..cd1decd5a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,8 @@ jobs: - uses: codecov/codecov-action@v5 if: matrix.os == 'ubuntu-latest' with: - fail_ci_if_error: true + fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} - run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV if: matrix.os == 'ubuntu-latest'