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

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

trim21
Copy link
Owner

@trim21 trim21 commented Sep 5, 2024

close #484

@trim21 trim21 changed the title Bitmap feat(torrent): return BitMap as .pieces instead of base64 str Sep 5, 2024
@trim21 trim21 changed the title feat(torrent): return BitMap as .pieces instead of base64 str feat(torrent)!: return BitMap as .pieces instead of base64 str Sep 5, 2024
Copy link

codecov bot commented Sep 5, 2024

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 ⚠️
transmission_rpc/torrent.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            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 Coverage Δ
3.10 77.47% <62.50%> (-0.16%) ⬇️
3.11 77.47% <62.50%> (-0.16%) ⬇️
3.12 77.47% <62.50%> (-0.16%) ⬇️
3.8 77.27% <62.50%> (-0.16%) ⬇️
3.9 77.27% <62.50%> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Torrent.pieces is not user-friendly
1 participant