diff --git a/.codecov.yml b/.codecov.yml index b23bd05e55ec..6f16f1624966 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -18,9 +18,9 @@ coverage: status: patch: default: - target: 89% + target: 100% pytest: - target: 89% + target: 100% flags: - pytest typing: @@ -48,7 +48,7 @@ coverage: **/test/** - >- **/tests/** - target: 95% + target: 90% typing: flags: - MyPy