From 5f1567a5ba38d1ba084205cb1a3bfb4e58a8aa66 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Sat, 13 Dec 2025 19:17:27 +0100 Subject: [PATCH] chore: Add codecov.yaml config --- codecov.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yaml diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 00000000..bfdc9877 --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true