From c3bd8d12a63a9aa03f63a29a24d5e369aa57b6b9 Mon Sep 17 00:00:00 2001 From: Alex Soffronow Pagonidis Date: Thu, 21 May 2026 14:42:39 +0200 Subject: [PATCH] Create codecov.yml --- codecov.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..31dae34 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,6 @@ +coverage: + status: + project: + default: + threshold: 1% + target: 75%