puffyCid / artemis

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

initial artemis client code #129

Closed puffyCid closed 3 months ago

puffyCid commented 3 months ago

This PR adds support for initial client code for communicating with the server code

Also adds script to help with macOS app signing

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 84.33%. Comparing base (f055f3a) to head (58ac25e). Report is 1 commits behind head on main.

:exclamation: Current head 58ac25e differs from pull request most recent head d80f0fc. Consider uploading reports for the commit d80f0fc to get more accurate results

Files Patch % Lines
client/src/client.rs 0.00% 25 Missing :warning:
client/src/enrollment/enroll.rs 91.48% 16 Missing :warning:
client/src/filesystem/files.rs 77.58% 13 Missing :warning:
client/src/enrollment/error.rs 0.00% 9 Missing :warning:
client/src/filesystem/error.rs 0.00% 9 Missing :warning:
client/src/filesystem/config.rs 87.50% 6 Missing :warning:
client/src/filesystem/directory.rs 71.42% 4 Missing :warning:
common/src/server.rs 66.66% 2 Missing :warning:
core/src/runtime/system/command.rs 0.00% 2 Missing :warning:
server/src/utils/error.rs 0.00% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ========================================== - Coverage 84.52% 84.33% -0.20% ========================================== Files 471 481 +10 Lines 51923 52424 +501 ========================================== + Hits 43889 44212 +323 - Misses 8034 8212 +178 ```

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