Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get and enforce 100% coverage #3159

Merged
merged 42 commits into from
Dec 21, 2024

Update src/trio/_tools/gen_exports.py

d962e05
Select commit
Loading
Failed to load commit list.
Merged

get and enforce 100% coverage #3159

Update src/trio/_tools/gen_exports.py
d962e05
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 21, 2024 in 1s

100.00000% (target 100.00000%)

View this Pull Request on Codecov

100.00000% (target 100.00000%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00000%. Comparing base (8a3307f) to head (d962e05).

Additional details and impacted files
@@                 Coverage Diff                  @@
##                main        #3159         +/-   ##
====================================================
+ Coverage   99.62461%   100.00000%   +0.37538%     
====================================================
  Files            124          124                 
  Lines          18381        18427         +46     
  Branches        1226         1215         -11     
====================================================
+ Hits           18312        18427        +115     
+ Misses            47            0         -47     
+ Partials          22            0         -22     
Files with missing lines Coverage Δ
src/trio/_core/_io_kqueue.py 100.00000% <100.00000%> (+12.79999%) ⬆️
src/trio/_core/_io_windows.py 100.00000% <ø> (+1.19047%) ⬆️
src/trio/_core/_run.py 100.00000% <ø> (+0.97751%) ⬆️
src/trio/_core/_tests/test_io.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_run.py 100.00000% <100.00000%> (ø)
src/trio/_dtls.py 100.00000% <ø> (+2.50000%) ⬆️
src/trio/_tests/test_dtls.py 100.00000% <100.00000%> (+0.20408%) ⬆️
src/trio/_tests/test_exports.py 100.00000% <100.00000%> (+0.37175%) ⬆️
src/trio/_tests/test_socket.py 100.00000% <100.00000%> (+0.15600%) ⬆️
src/trio/_tests/test_ssl.py 100.00000% <100.00000%> (+0.14184%) ⬆️
... and 3 more

... and 1 file with indirect coverage changes