Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torrent Repository Work #690

Merged
merged 9 commits into from
Mar 25, 2024

dev: torrent repository tests

3414e2a
Select commit
Loading
Failed to load commit list.
Merged

Torrent Repository Work #690

dev: torrent repository tests
3414e2a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 25, 2024 in 0s

77.71% (+3.64%) compared to 3bd2a9c

View this Pull Request on Codecov

77.71% (+3.64%) compared to 3bd2a9c

Details

Codecov Report

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

Project coverage is 77.71%. Comparing base (3bd2a9c) to head (3414e2a).

Files Patch % Lines
packages/primitives/src/peer.rs 75.80% 15 Missing ⚠️
packages/clock/src/clock/stopped/mod.rs 84.09% 14 Missing ⚠️
packages/primitives/src/announce_event.rs 33.33% 10 Missing ⚠️
packages/primitives/src/info_hash.rs 92.30% 7 Missing ⚠️
packages/primitives/src/torrent_metrics.rs 45.45% 6 Missing ⚠️
src/core/mod.rs 92.00% 4 Missing ⚠️
src/lib.rs 75.00% 4 Missing ⚠️
packages/clock/src/clock/working/mod.rs 50.00% 3 Missing ⚠️
packages/configuration/src/lib.rs 25.00% 3 Missing ⚠️
src/servers/http/v1/handlers/announce.rs 76.92% 3 Missing ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #690      +/-   ##
===========================================
+ Coverage    74.06%   77.71%   +3.64%     
===========================================
  Files          145      158      +13     
  Lines         8958     8711     -247     
===========================================
+ Hits          6635     6770     +135     
+ Misses        2323     1941     -382     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.