Commit b39afce
committed
fix(ci): upgrade pytest-cov/coverage for Python 3.14 annotation coverage
coverage.py < 7.6.10 incorrectly reports class annotations as uncovered
on Python 3.14 due to PEP 649 deferred evaluation (coveragepy#1908).
Pin pytest-cov >= 6.0.0 on Python >= 3.9 to pull coverage >= 7.6.10.1 parent dd34d8a commit b39afce
2 files changed
Lines changed: 261 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments