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

Enable ruff's flake8-trio rule #2947

Closed
wants to merge 3 commits into from

Change more `sleep` -> `checkpoint`

9d0008f
Select commit
Loading
Failed to load commit list.
Closed

Enable ruff's flake8-trio rule #2947

Change more `sleep` -> `checkpoint`
9d0008f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 6, 2024 in 0s

99.64% (+0.19%) compared to 70c8b76

View this Pull Request on Codecov

99.64% (+0.19%) compared to 70c8b76

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (70c8b76) 99.44% compared to head (9d0008f) 99.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2947      +/-   ##
==========================================
+ Coverage   99.44%   99.64%   +0.19%     
==========================================
  Files         117      117              
  Lines       17564    17565       +1     
  Branches     3166     3166              
==========================================
+ Hits        17467    17503      +36     
+ Misses         79       43      -36     
- Partials       18       19       +1     
Files Coverage Δ
src/trio/_core/_tests/test_guest_mode.py 100.00% <100.00%> (ø)
src/trio/_tests/test_scheduler_determinism.py 100.00% <100.00%> (ø)
src/trio/_tests/test_threads.py 100.00% <100.00%> (ø)

... and 9 files with indirect coverage changes