Skip to content

feat: Add the file and sync_thunk crates

382ed76
Select commit
Loading
Failed to load commit list.
Draft

feat: Add the file and sync_thunk crates #295

feat: Add the file and sync_thunk crates
382ed76
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 18, 2026 in 1s

96.9% (target 100.0%)

View this Pull Request on Codecov

96.9% (target 100.0%)

Details

Codecov Report

❌ Patch coverage is 85.61475% with 351 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.9%. Comparing base (87033bf) to head (382ed76).
⚠️ Report is 17 commits behind head on main.

Files with missing lines Patch % Lines
crates/file/src/file.rs 71.2% 46 Missing ⚠️
crates/file/src/directory.rs 80.2% 41 Missing ⚠️
crates/file/src/write_only_positional_file.rs 53.5% 39 Missing ⚠️
crates/file/src/positional_file.rs 70.6% 37 Missing ⚠️
crates/file/src/read_only_positional_file.rs 61.7% 31 Missing ⚠️
crates/file/src/open_options.rs 65.3% 27 Missing ⚠️
crates/file/src/write_only_file.rs 74.2% 27 Missing ⚠️
crates/file/src/positional_file_inner.rs 91.2% 26 Missing ⚠️
crates/sync_thunk/src/stack_state.rs 87.4% 23 Missing ⚠️
crates/file/src/read_only_file.rs 79.2% 22 Missing ⚠️
... and 8 more

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

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #295     +/-   ##
========================================
- Coverage   100.0%   96.9%   -3.1%     
========================================
  Files         144     168     +24     
  Lines        8918   11358   +2440     
========================================
+ Hits         8918   11007   +2089     
- Misses          0     351    +351     

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

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