From d807fd8fee97f2c3dda8e450cac3103d35aace47 Mon Sep 17 00:00:00 2001 From: Filip Christiansen <22807962+filipchristiansen@users.noreply.github.com> Date: Mon, 14 Jul 2025 12:17:46 +0200 Subject: [PATCH] ci(codecov): turn off PR comments & annotations (#411) --- .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..dc46984 --- /dev/null +++ b/.codecov.yaml @@ -0,0 +1,3 @@ +comment: false +github_checks: + annotations: false