Skip to content

Merge branch 'main' into experiments/nicer-run_process-shell

00c1ee8
Select commit
Loading
Failed to load commit list.
Open

Improve run_process defaults if there's a shell #3273

Merge branch 'main' into experiments/nicer-run_process-shell
00c1ee8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 15, 2026 in 0s

99.99486% (target 100.00000%)

View this Pull Request on Codecov

99.99486% (target 100.00000%)

Details

Codecov Report

❌ Patch coverage is 98.50746% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 99.99486%. Comparing base (0124394) to head (00c1ee8).

Files with missing lines Patch % Lines
src/trio/_tests/test_subprocess.py 97.67442% 0 Missing and 1 partial ⚠️

❌ Your project check has failed because the head coverage (99.99486%) 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       #3273         +/-   ##
====================================================
- Coverage   100.00000%   99.99486%   -0.00514%     
====================================================
  Files             128         128                 
  Lines           19414       19473         +59     
  Branches         1318        1327          +9     
====================================================
+ Hits            19414       19472         +58     
- Partials            0           1          +1     
Files with missing lines Coverage Δ
src/trio/_subprocess.py 100.00000% <100.00000%> (ø)
src/trio/_tests/test_subprocess.py 99.79079% <97.67442%> (-0.20921%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.