Skip to content

Ensure init called in protocol subclasses - #678

Open
JanEricNitschke wants to merge 4 commits into
python:mainfrom
JanEricNitschke:ensure-init-called
Open

Ensure init called in protocol subclasses#678
JanEricNitschke wants to merge 4 commits into
python:mainfrom
JanEricNitschke:ensure-init-called

Conversation

@codecov

codecovBot commented Sep 11, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.40%. Comparing base (364c9e0) to head (0daa685).
⚠️ Report is 27 commits behind head on main.

@@ Coverage Diff @@## main #678 +/- ##
=======================================
Coverage 97.39% 97.40% =======================================
Files 3 3 Lines 7767 7793 +26 =======================================
+ Hits 7565 7591 +26 
Misses 202 202 
FlagCoverage Δ
3.1089.11% <100.00%> (+0.03%)⬆️
3.10.489.11% <100.00%> (+0.03%)⬆️
3.1188.36% <100.00%> (+0.03%)⬆️
3.11.087.60% <100.00%> (+0.04%)⬆️
3.1288.30% <100.00%> (+0.03%)⬆️
3.12.088.29% <100.00%> (+0.03%)⬆️
3.1381.93% <96.66%> (+0.09%)⬆️
3.13.082.64% <96.66%> (+0.09%)⬆️
3.1478.38% <96.29%> (+0.10%)⬆️
3.989.82% <100.00%> (+0.03%)⬆️
3.9.1289.82% <100.00%> (+0.03%)⬆️
pypy3.1088.95% <100.00%> (+0.03%)⬆️
pypy3.1188.22% <100.00%> (+0.03%)⬆️
pypy3.989.65% <100.00%> (+0.03%)⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing linesCoverage Δ
src/test_typing_extensions.py98.41% <100.00%> (+<0.01%)⬆️
src/typing_extensions.py93.97% <100.00%> (-0.02%)⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment threadCHANGELOG.md Outdated
@JanEricNitschke

Copy link
Copy Markdown
ContributorAuthor

Anything i can/should still do here? Conflict is only in the changelog.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@JanEricNitschke@JelleZijlstra