Skip to content

Add fd table to RuntimeImpl and TestRuntime

9ce4e64
Select commit
Loading
Failed to load commit list.
Merged

Add FileDescriptorId abstraction for serializable file descriptors #136

Add fd table to RuntimeImpl and TestRuntime
9ce4e64
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 5, 2026 in 0s

78.73% (-0.08%) compared to fa3bb77

View this Pull Request on Codecov

78.73% (-0.08%) compared to fa3bb77

Details

Codecov Report

❌ Patch coverage is 67.88991% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 78.73%. Comparing base (fa3bb77) to head (9ce4e64).

Files with missing lines Patch % Lines
..._runtime/src/classes/java/io/random_access_file.rs 25.00% 12 Missing ⚠️
..._runtime/src/classes/java/io/file_output_stream.rs 11.11% 8 Missing ⚠️
...ava_runtime/src/classes/java/io/file_descriptor.rs 70.83% 7 Missing ⚠️
...a_runtime/src/classes/java/io/file_input_stream.rs 66.66% 4 Missing ⚠️
src/runtime.rs 92.00% 2 Missing ⚠️
test_utils/src/lib.rs 90.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #136      +/-   ##
==========================================
- Coverage   78.81%   78.73%   -0.08%     
==========================================
  Files         177      178       +1     
  Lines        7211     7265      +54     
==========================================
+ Hits         5683     5720      +37     
- Misses       1528     1545      +17     

☔ 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.