Skip to content

Commit bb2835b

Browse files
committed
🧪 Use flag-based classifiers @ Codecov config
This is supposed to help us separate the code coverag numbers by context. Like MyPy vs. regular test runs.
1 parent 32d607b commit bb2835b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,24 @@ coverage:
1717
default:
1818
target: 100%
1919
lib:
20+
flags:
21+
- unit
2022
paths:
2123
- multidict/**/*.py
2224
target: 94.05%
2325
tests:
26+
flags:
27+
- unit
2428
paths:
2529
- tests/
2630
target: 100%
31+
typing:
32+
flags:
33+
- MyPy
34+
target: 100%
2735
typing-stubs:
36+
flags:
37+
- MyPy
2838
paths:
2939
- >-
3040
**/*.pyi

0 commit comments

Comments
 (0)