diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 00000000..6f0ba18b --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,16 @@ +github_checks: + annotations: false +coverage: + status: + project: + default: false + internal: + paths: + - "internal/" + target: 75% + informational: true + pkg: + paths: + - "pkg/" + target: 75% + patch: false