Skip to content

fixup! add bound/variance parameters to `TypeVarTuple`

550f1d1
Select commit
Loading
Failed to load commit list.
Open

Type variable tuple variance #741

fixup! add bound/variance parameters to `TypeVarTuple`
550f1d1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 24, 2026 in 0s

83.45% (-13.94%) compared to 83caa59

View this Pull Request on Codecov

83.45% (-13.94%) compared to 83caa59

Details

Codecov Report

❌ Patch coverage is 56.45161% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.45%. Comparing base (83caa59) to head (550f1d1).

Files with missing lines Patch % Lines
src/typing_extensions.py 27.58% 21 Missing ⚠️
src/test_typing_extensions.py 81.81% 6 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (83caa59) and HEAD (550f1d1). Click for more details.

HEAD has 11 uploads less than BASE
Flag BASE (83caa59) HEAD (550f1d1)
3.10 1 0
3.12 1 0
3.11 1 0
pypy3.9 1 0
3.9.12 1 0
pypy3.11 1 0
3.9 1 0
3.12.0 1 0
pypy3.10 1 0
3.10.4 1 0
3.11.0 1 0
@@             Coverage Diff             @@
##             main     #741       +/-   ##
===========================================
- Coverage   97.38%   83.45%   -13.94%     
===========================================
  Files           3        3               
  Lines        7690     7741       +51     
===========================================
- Hits         7489     6460     -1029     
- Misses        201     1281     +1080     
Files with missing lines Coverage Δ
src/test_typing_extensions.py 95.87% <81.81%> (-2.53%) ⬇️
src/typing_extensions.py 41.62% <27.58%> (-52.33%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.