From 13c23d99f77d74d6b4372de03d796e81d594df0f Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Wed, 10 Jun 2026 14:27:20 +0200 Subject: [PATCH] Make codecov ignore autogenerated code (#293) ## Summary by CodeRabbit * **Chores** * Updated code coverage configuration to refine coverage reporting accuracy. --- codecov.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..56012ff --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,3 @@ +ignore: + - api + - pkg/applyconfigurations