From b3e5f73b46bafe68e223f3301ff268a33cbd5d1e Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Sun, 7 Jun 2026 21:47:59 +0200 Subject: [PATCH] chore: cleanup codecov config --- codecov.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/codecov.yml b/codecov.yml index 7fc964347..d15515610 100644 --- a/codecov.yml +++ b/codecov.yml @@ -9,18 +9,3 @@ coverage: project: default: threshold: 1% - unit: - threshold: 1% - flags: - - unit - integration: - threshold: 1% - flags: - - integration - end_to_end: - threshold: 1% - flags: - - end_to_end - -ignore: - - ".tox/**/*"