Skip to content

test aclose()

3f1c732
Select commit
Loading
Failed to load commit list.
Open

implement StapledMemoryChannel #1784

test aclose()
3f1c732
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 13, 2025 in 1s

99.64103% (target 100.00000%)

View this Pull Request on Codecov

99.64103% (target 100.00000%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.64103%. Comparing base (4f1e3e8) to head (3f1c732).
⚠️ Report is 2840 commits behind head on main.

❌ Your project check has failed because the head coverage (99.64103%) 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       #1784         +/-   ##
===================================================
+ Coverage   99.64021%   99.64103%   +0.00082%     
===================================================
  Files            114         114                 
  Lines          14453       14486         +33     
  Branches        1105        1106          +1     
===================================================
+ Hits           14401       14434         +33     
  Misses            37          37                 
  Partials          15          15                 
Files with missing lines Coverage Δ
trio/__init__.py 100.00000% <ø> (ø)
trio/_channel.py 100.00000% <100.00000%> (ø)
trio/tests/test_channel.py 100.00000% <100.00000%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.