diff --git a/.codecov.yml b/.codecov.yml index 8544950a6a..301eba5ba4 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -36,6 +36,7 @@ coverage: # https://codecov.readme.io/v1.0/docs/commit-status project: default: + informational: true target: 99% # specify the target coverage for each commit status threshold: 30% # allow this little decrease on project # https://github.com/codecov/support/wiki/Filtering-Branches @@ -44,6 +45,7 @@ coverage: # https://github.com/codecov/support/wiki/Patch-Status patch: default: + informational: true target: 50% # specify the target "X%" coverage to hit threshold: 5% # allow this much decrease on patch changes: false