Skip to content

feat(safety): added NoFileDescriptorLeak (linux)

5edd217
Select commit
Loading
Failed to load commit list.
Merged

feat(safety): added NoFileDescriptorLeak (linux) #62

feat(safety): added NoFileDescriptorLeak (linux)
5edd217
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 17, 2026 in 0s

91.31% (-0.09%) compared to ca0f3dc

View this Pull Request on Codecov

91.31% (-0.09%) compared to ca0f3dc

Details

Codecov Report

❌ Patch coverage is 82.85714% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.31%. Comparing base (ca0f3dc) to head (5edd217).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
internal/fdleak/fdleak.go 80.76% 5 Missing and 5 partials ⚠️
internal/assertions/safety.go 69.23% 2 Missing and 2 partials ⚠️
require/require_forward.go 83.33% 2 Missing ⚠️
require/require_assertions.go 83.33% 1 Missing ⚠️
require/require_format.go 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   91.40%   91.31%   -0.09%     
==========================================
  Files          90       91       +1     
  Lines       11784    11889     +105     
==========================================
+ Hits        10771    10857      +86     
- Misses        807      819      +12     
- Partials      206      213       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.