diff --git a/.codecov.yml b/.codecov.yml index 587e6b2..660b3c6 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,2 +1,15 @@ ignore: - "Example/.*" +coverage: + status: + project: + default: + # https://docs.codecov.com/docs/commit-status#informational + informational: true + target: 80% + patch: + default: + informational: true + target: 80% +github_checks: + annotations: false