diff --git a/codecov.yml b/codecov.yml index 7fc96434..d1551561 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/**/*"