From d52296f1ddda61cb70d338bc63b48c083f6d818a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 15 Dec 2023 22:10:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Split=20typing-stubs=20&=20packa?= =?UTF-8?q?ging=20coverage=20targets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codecov.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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: