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

HTTP Tracker Client: add scrape request #651

refactor: [#649] use anyhow to handle errors

0624bf2
Select commit
Loading
Failed to load commit list.
Merged

HTTP Tracker Client: add scrape request #651

refactor: [#649] use anyhow to handle errors
0624bf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 29, 2024 in 1s

0.00% of diff hit (target 75.22%)

View this Pull Request on Codecov

0.00% of diff hit (target 75.22%)

Annotations

Check warning on line 19 in src/shared/bit_torrent/tracker/http/client/requests/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/requests/scrape.rs#L19

Added line #L19 was not covered by tests

Check warning on line 21 in src/shared/bit_torrent/tracker/http/client/requests/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/requests/scrape.rs#L21

Added line #L21 was not covered by tests

Check warning on line 26 in src/shared/bit_torrent/tracker/http/client/requests/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/requests/scrape.rs#L24-L26

Added lines #L24 - L26 were not covered by tests

Check warning on line 35 in src/shared/bit_torrent/tracker/http/client/requests/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/requests/scrape.rs#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 39 in src/shared/bit_torrent/tracker/http/client/requests/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/requests/scrape.rs#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 45 in src/shared/bit_torrent/tracker/http/client/requests/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/requests/scrape.rs#L42-L45

Added lines #L42 - L45 were not covered by tests

Check warning on line 11 in src/shared/bit_torrent/tracker/http/client/responses/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/responses/scrape.rs#L11

Added line #L11 was not covered by tests

Check warning on line 88 in src/shared/bit_torrent/tracker/http/client/responses/scrape.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/shared/bit_torrent/tracker/http/client/responses/scrape.rs#L82-L88

Added lines #L82 - L88 were not covered by tests