Skip to content

Merge branch 'main' into revive-deferred-ki

05bbc50
Select commit
Loading
Failed to load commit list.
Draft

Defer KI if trio is doing IO #3233

Merge branch 'main' into revive-deferred-ki
05bbc50
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 7, 2026 in 0s

99.97923% (target 100.00000%)

View this Pull Request on Codecov

99.97923% (target 100.00000%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.97923%. Comparing base (0bd4bb8) to head (05bbc50).
⚠️ Report is 150 commits behind head on main.

❌ Your project check has failed because the head coverage (99.97923%) is below the target coverage (100.00000%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                 Coverage Diff                  @@
##                 main       #3233         +/-   ##
====================================================
- Coverage   100.00000%   99.97923%   -0.02077%     
====================================================
  Files             127         127                 
  Lines           19266       19259          -7     
  Branches         1301        1300          -1     
====================================================
- Hits            19266       19255         -11     
- Misses              0           2          +2     
- Partials            0           2          +2     
Files with missing lines Coverage Δ
src/trio/_core/_run.py 99.61353% <100.00000%> (-0.38648%) ⬇️
src/trio/_core/_tests/test_cancelled.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_guest_mode.py 100.00000% <100.00000%> (ø)
src/trio/_core/_tests/test_ki.py 100.00000% <100.00000%> (ø)
src/trio/_repl.py 100.00000% <100.00000%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.