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

Path refactor #2959

Merged
merged 17 commits into from
Mar 11, 2024

Merge remote-tracking branch 'origin/master' into dh/path-refactor

ba5b6c7
Select commit
Loading
Failed to load commit list.
Merged

Path refactor #2959

Merge remote-tracking branch 'origin/master' into dh/path-refactor
ba5b6c7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2024 in 0s

99.64% (-0.01%) compared to 379d99b, passed because coverage increased by +0.00% when compared to adjusted base (99.64%)

View this Pull Request on Codecov

99.64% (-0.01%) compared to 379d99b, passed because coverage increased by +0.00% when compared to adjusted base (99.64%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (379d99b) to head (ba5b6c7).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2959      +/-   ##
==========================================
- Coverage   99.64%   99.64%   -0.01%     
==========================================
  Files         117      117              
  Lines       17643    17594      -49     
  Branches     3176     3171       -5     
==========================================
- Hits        17581    17532      -49     
  Misses         43       43              
  Partials       19       19              
Files Coverage Δ
src/trio/__init__.py 100.00% <100.00%> (ø)
src/trio/_path.py 100.00% <100.00%> (ø)
src/trio/_tests/test_exports.py 99.61% <100.00%> (+<0.01%) ⬆️
src/trio/_tests/test_path.py 100.00% <100.00%> (ø)