puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
59 stars 6 forks source link

Merge Linux and macOS artifacts #116

Closed puffyCid closed 4 months ago

puffyCid commented 4 months ago

This PR merges the linux and macOS artifacts together. This allows a user to parse both linux and macOS artifacts on either platform.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 89.95434% with 22 lines in your changes are missing coverage. Please review.

Project coverage is 83.97%. Comparing base (0096a93) to head (7170c50).

Files Patch % Lines
artemis-core/src/artifacts/macos_collection.rs 70.27% 11 Missing :warning:
artemis-core/src/runtime/macos/unifiedlogs.rs 86.66% 6 Missing :warning:
artemis-core/src/artifacts/os/linux/artifacts.rs 71.42% 2 Missing :warning:
artemis-core/src/core.rs 33.33% 2 Missing :warning:
...s-core/src/artifacts/os/macos/unified_logs/logs.rs 90.90% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ========================================== - Coverage 84.11% 83.97% -0.14% ========================================== Files 467 465 -2 Lines 53102 52737 -365 ========================================== - Hits 44667 44288 -379 - Misses 8435 8449 +14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.