diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000000..97697e132f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,8 @@ +coverage: + # Disable statuses until we sort out coverage more broadly. This is noisy as + # it is. + status: + project: + default: false + patch: + default: false diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4c869d253e..5695f57ade 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,6 +6,7 @@ permissions: on: pull_request: paths: + - .codecov.yml - .github/workflows/coverage.yml schedule: # Run daily at 11AM UTC (3AM PST).