From 3964624fbf43252e1a210d31a7a81564f9619ae5 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 8 Aug 2023 17:59:16 +0200 Subject: [PATCH] Create .codecov.yaml --- .codecov.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .codecov.yaml 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