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

move_on_ and fail_ functions accepts shield kwarg #3051

Merged
merged 11 commits into from
Aug 26, 2024

Merge branch 'main' into move-on-and-fail-shield

2a998f2
Select commit
Loading
Failed to load commit list.
Merged

move_on_ and fail_ functions accepts shield kwarg #3051

Merge branch 'main' into move-on-and-fail-shield
2a998f2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 5, 2024 in 1s

99.62% (-0.02%) compared to 8e38a1e

View this Pull Request on Codecov

99.62% (-0.02%) compared to 8e38a1e

Details

Codecov Report

Attention: Patch coverage is 94.11765% with 2 lines in your changes missing coverage. Please review.

Project coverage is 99.62%. Comparing base (8e38a1e) to head (2a998f2).
Report is 1 commits behind head on main.

Files Patch % Lines
src/trio/_tests/test_timeouts.py 92.30% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3051      +/-   ##
==========================================
- Coverage   99.63%   99.62%   -0.02%     
==========================================
  Files         120      120              
  Lines       17832    17857      +25     
  Branches     3204     3210       +6     
==========================================
+ Hits        17767    17790      +23     
- Misses         46       48       +2     
  Partials       19       19              
Files Coverage Δ
src/trio/_timeouts.py 100.00% <100.00%> (ø)
src/trio/_tests/test_timeouts.py 97.64% <92.30%> (-2.36%) ⬇️