From 71d13acdd5a59b935f3b37b4d9433129e10e21d8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 7 Oct 2024 11:55:57 +0200 Subject: [PATCH] Increase codecov requirements (#42) --- .codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 726a550..6911a7b 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -22,7 +22,7 @@ coverage: - pytest project: default: - target: 85% # 100% + target: 87.5% # 100% lib: flags: - pytest @@ -34,10 +34,10 @@ coverage: - pytest paths: - tests/ - target: 97.87% # 100% + target: 98.2% # 100% typing: flags: - MyPy - target: 68.5% # 100% + target: 77.5% # 100% ...