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% ...