puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
65 stars 8 forks source link

Server updates #170

Closed puffyCid closed 3 months ago

puffyCid commented 3 months ago

Adds initial support for tracking collections

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 64.78873% with 175 lines in your changes missing coverage. Please review.

Project coverage is 84.70%. Comparing base (1594802) to head (d7cff31).

Files Patch % Lines
server/src/filestore/collections.rs 67.90% 52 Missing :warning:
server/src/frontend/collections.rs 0.00% 44 Missing :warning:
server/src/filestore/database.rs 81.91% 34 Missing :warning:
server/src/uploads/upload.rs 44.00% 28 Missing :warning:
server/src/socket/websocket.rs 20.00% 12 Missing :warning:
server/src/filestore/error.rs 0.00% 2 Missing :warning:
client/src/socket/collections.rs 94.44% 1 Missing :warning:
common/src/server/collections.rs 0.00% 1 Missing :warning:
common/src/server/webui.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #170 +/- ## ========================================== - Coverage 84.93% 84.70% -0.23% ========================================== Files 485 486 +1 Lines 54698 54943 +245 ========================================== + Hits 46458 46541 +83 - Misses 8240 8402 +162 ```

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