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

Export test fixes #2887

Merged
merged 9 commits into from
Nov 28, 2023

This import fails on pypy

c74f51b
Select commit
Loading
Failed to load commit list.
Merged

Export test fixes #2887

This import fails on pypy
c74f51b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 27, 2023 in 0s

99.54% (-0.01%) compared to 9c496fa, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

99.54% (-0.01%) compared to 9c496fa, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

Merging #2887 (c74f51b) into master (9c496fa) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head c74f51b differs from pull request most recent head ca46414. Consider uploading reports for the commit ca46414 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2887      +/-   ##
==========================================
- Coverage   99.54%   99.54%   -0.01%     
==========================================
  Files         115      115              
  Lines       17660    17657       -3     
  Branches     3165     3164       -1     
==========================================
- Hits        17580    17577       -3     
  Misses         52       52              
  Partials       28       28              
Files Coverage Δ
src/trio/__init__.py 100.00% <100.00%> (ø)
src/trio/_tests/test_exports.py 98.82% <100.00%> (-0.03%) ⬇️
src/trio/socket.py 100.00% <100.00%> (ø)