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 03331660a89..645dd487809 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: if: matrix.os == 'ubuntu-latest' with: fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} - run: echo "DOTNET_DbgEnableMiniDump=1" >> $GITHUB_ENV if: matrix.os == 'ubuntu-latest'