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

Refactor packages: clean announce and scrape handlers #1339

refactor: [#1338] clean bittorrent_udp_tracker_core::services::scrape…

f9a7bfd
Select commit
Loading
Failed to load commit list.
Merged

Refactor packages: clean announce and scrape handlers #1339

refactor: [#1338] clean bittorrent_udp_tracker_core::services::scrape…
f9a7bfd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 3, 2025 in 0s

81.62% (+0.10%) compared to d918e47

View this Pull Request on Codecov

81.62% (+0.10%) compared to d918e47

Details

Codecov Report

Attention: Patch coverage is 80.39216% with 50 lines in your changes missing coverage. Please review.

Project coverage is 81.62%. Comparing base (d918e47) to head (f9a7bfd).

Files with missing lines Patch % Lines
packages/http-tracker-core/src/services/scrape.rs 84.55% 18 Missing and 1 partial ⚠️
packages/udp-tracker-core/src/services/scrape.rs 62.85% 11 Missing and 2 partials ⚠️
...ackages/http-tracker-core/src/services/announce.rs 81.03% 11 Missing ⚠️
packages/udp-tracker-core/src/services/announce.rs 84.21% 5 Missing and 1 partial ⚠️
.../tracker-client/src/console/clients/checker/app.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1339      +/-   ##
===========================================
+ Coverage    81.51%   81.62%   +0.10%     
===========================================
  Files          230      230              
  Lines        16275    16366      +91     
  Branches     16275    16366      +91     
===========================================
+ Hits         13267    13358      +91     
  Misses        2770     2770              
  Partials       238      238              

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