diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000000..66eb5f317f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,15 @@ +comment: false +coverage: + status: + # We have some variation in tests due to variations in the test runs. We + # want to ignore these changes, but not let code coverage slip too much. + project: + default: + threshold: 0.1 + # This applies to the changed code. We allow it to be much less covered + # than the main code, since we use the project threshold for that. + patch: + default: + threshold: 25 + only_pulls: true +