puffyCid / artemis

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

Http Client Updates #126

Closed puffyCid closed 6 months ago

puffyCid commented 6 months ago

This PR adds more HTTP client options for the JS API. In addition, it fixes some artifact issues:

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 84.39%. Comparing base (bba778c) to head (e85f8d9).

Files Patch % Lines
core/src/runtime/http/client.rs 48.71% 20 Missing :warning:
core/src/artifacts/os/macos/fsevents/fsevent.rs 90.90% 2 Missing :warning:
...src/artifacts/os/windows/tasks/schemas/settings.rs 88.88% 2 Missing :warning:
core/src/artifacts/os/windows/shellitems/items.rs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #126 +/- ## ========================================== - Coverage 84.57% 84.39% -0.19% ========================================== Files 474 471 -3 Lines 53372 51923 -1449 ========================================== - Hits 45140 43819 -1321 + Misses 8232 8104 -128 ```

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