Skip to content

sandbox: fix --tmpfs /tmp hiding writable roots under /tmp

607f1d6
Select commit
Loading
Failed to load commit list.
Merged

feat(sandbox): implement Linux sandbox helper binary #68

sandbox: fix --tmpfs /tmp hiding writable roots under /tmp
607f1d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 22, 2026 in 1s

87.59% (-1.87%) compared to a77bcca

View this Pull Request on Codecov

87.59% (-1.87%) compared to a77bcca

Details

Codecov Report

❌ Patch coverage is 48.63014% with 150 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.59%. Comparing base (a77bcca) to head (607f1d6).

Files with missing lines Patch % Lines
crates/runok-linux-sandbox/src/main.rs 22.07% 60 Missing ⚠️
crates/runok-linux-sandbox/src/landlock_sandbox.rs 16.12% 52 Missing ⚠️
src/exec/command_executor.rs 29.72% 26 Missing ⚠️
crates/runok-linux-sandbox/src/seccomp_sandbox.rs 81.39% 8 Missing ⚠️
crates/runok-linux-sandbox/src/bwrap.rs 96.77% 2 Missing ⚠️
src/main.rs 81.81% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
- Coverage   89.45%   87.59%   -1.87%     
==========================================
  Files          23       27       +4     
  Lines        5054     5344     +290     
==========================================
+ Hits         4521     4681     +160     
- Misses        533      663     +130     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.