puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
64 stars 7 forks source link

Client and server updates #155

Closed puffyCid closed 3 months ago

puffyCid commented 3 months ago

Added more capabilities to server and client workspaces

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 72.76836% with 241 lines in your changes missing coverage. Please review.

Project coverage is 84.78%. Comparing base (fe0aac5) to head (ad9e536).

Files Patch % Lines
client/src/socket/connect.rs 24.71% 67 Missing :warning:
server/src/socket/websocket.rs 15.27% 61 Missing :warning:
server/src/filestore/collections.rs 81.64% 49 Missing :warning:
server/src/server.rs 0.00% 14 Missing :warning:
client/src/socket/collections.rs 81.81% 12 Missing :warning:
client/src/filesystem/files.rs 68.00% 8 Missing :warning:
client/src/socket/error.rs 0.00% 6 Missing :warning:
server/src/uploads/upload.rs 86.95% 6 Missing :warning:
client/src/client.rs 0.00% 5 Missing :warning:
server/src/filestore/cache/processes.rs 92.15% 4 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ========================================== - Coverage 84.81% 84.78% -0.04% ========================================== Files 475 479 +4 Lines 53581 53901 +320 ========================================== + Hits 45447 45702 +255 - Misses 8134 8199 +65 ```

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