diff --git a/.codecov.yml b/.codecov.yml index 82c2d4f8..9cdb405d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -18,12 +18,22 @@ coverage: target: 100% lib: paths: - - frozenlist/ + - frozenlist/**/*.py + - frozenlist/**/*.pyx target: 100% + packaging: + paths: + - packaging/ + target: 75.24% tests: paths: - tests/ target: 100% + typing-stubs: + paths: + - >- + **/*.pyi + target: 32.26% flags: library: