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