Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks

0e25830
Select commit
Loading
Failed to load commit list.
Draft

Fix Ctrl-C handling in REPL #3306

[pre-commit.ci] auto fixes from pre-commit.com hooks
0e25830
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 27, 2025 in 0s

99.75714% (target 100.00000%)

View this Pull Request on Codecov

99.75714% (target 100.00000%)

Details

Codecov Report

❌ Patch coverage is 77.10843% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.75714%. Comparing base (e590d39) to head (0e25830).

Files with missing lines Patch % Lines
src/trio/_repl.py 77.10843% 16 Missing and 3 partials ⚠️

❌ Your project check has failed because the head coverage (99.75714%) 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       #3306         +/-   ##
====================================================
- Coverage   100.00000%   99.75714%   -0.24286%     
====================================================
  Files             127         127                 
  Lines           19274       19353         +79     
  Branches         1304        1314         +10     
====================================================
+ Hits            19274       19306         +32     
- Misses              0          41         +41     
- Partials            0           6          +6     
Files with missing lines Coverage Δ
src/trio/_repl.py 77.86885% <77.10843%> (-22.13116%) ⬇️

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.