Skip to content

Add additional tests

d08ba0f
Select commit
Loading
Failed to load commit list.
Open

Improve overall soundness and handle edge cases #140

Add additional tests
d08ba0f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 23, 2026 in 0s

48.71% (+1.41%) compared to dff526f

View this Pull Request on Codecov

48.71% (+1.41%) compared to dff526f

Details

Codecov Report

❌ Patch coverage is 87.28522% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 48.71%. Comparing base (dff526f) to head (d08ba0f).

Files with missing lines Patch % Lines
...ow/src/mem/phys_mem/middleware/cache/page_cache.rs 90.14% 14 Missing ⚠️
memflow/src/mem/virt_translate/mmu/spec.rs 30.00% 7 Missing ⚠️
memflow-ffi/src/plugins/mod.rs 0.00% 4 Missing ⚠️
memflow/src/mem/phys_mem/middleware/cache/mod.rs 40.00% 3 Missing ⚠️
memflow/src/mem/virt_translate/mod.rs 81.25% 3 Missing ⚠️
memflow/src/plugins/connector.rs 0.00% 2 Missing ⚠️
memflow/src/connector/fileio.rs 0.00% 1 Missing ⚠️
memflow/src/mem/memory_view/cached_view.rs 0.00% 1 Missing ⚠️
memflow/src/os/util.rs 0.00% 1 Missing ⚠️
memflow/src/plugins/builder.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
+ Coverage   47.30%   48.71%   +1.41%     
==========================================
  Files          74       75       +1     
  Lines        9577     9728     +151     
==========================================
+ Hits         4530     4739     +209     
+ Misses       5047     4989      -58     

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