trim21 / transmission-rpc

https://transmission-rpc.readthedocs.io/en/stable/
MIT License
146 stars 34 forks source link

feat(torrent)!: return `BitMap` as `.pieces` instead of base64 str #485

Open trim21 opened 2 months ago

trim21 commented 2 months ago

close https://github.com/trim21/transmission-rpc/issues/484

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 62.50000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 77.47%. Comparing base (1432e30) to head (183c60f).

Files with missing lines Patch % Lines
transmission_rpc/types.py 50.00% 5 Missing :warning:
transmission_rpc/torrent.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #485 +/- ## ========================================== - Coverage 77.62% 77.47% -0.16% ========================================== Files 14 14 Lines 1506 1518 +12 ========================================== + Hits 1169 1176 +7 - Misses 337 342 +5 ``` | [Flag](https://app.codecov.io/gh/trim21/transmission-rpc/pull/485/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | Coverage Δ | | |---|---|---| | [3.10](https://app.codecov.io/gh/trim21/transmission-rpc/pull/485/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.47% <62.50%> (-0.16%)` | :arrow_down: | | [3.11](https://app.codecov.io/gh/trim21/transmission-rpc/pull/485/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.47% <62.50%> (-0.16%)` | :arrow_down: | | [3.12](https://app.codecov.io/gh/trim21/transmission-rpc/pull/485/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.47% <62.50%> (-0.16%)` | :arrow_down: | | [3.8](https://app.codecov.io/gh/trim21/transmission-rpc/pull/485/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.27% <62.50%> (-0.16%)` | :arrow_down: | | [3.9](https://app.codecov.io/gh/trim21/transmission-rpc/pull/485/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21) | `77.27% <62.50%> (-0.16%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Trim21#carryforward-flags-in-the-pull-request-comment) to find out more.

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