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

Rebuild #132

Merged
merged 7 commits into from
May 29, 2022
Merged

Rebuild #132

merged 7 commits into from
May 29, 2022

Conversation

alexpdev
Copy link
Owner

Added a new module and feature called rebuild. Which helps rebuild previously fetched torrent file content into the original structure.

@codecov
Copy link

codecov bot commented May 28, 2022

Codecov Report

Merging #132 (a1d834c) into master (e3a7b87) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##            master      #132    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           20        22     +2     
  Lines         2257      2444   +187     
==========================================
+ Hits          2257      2444   +187     
Impacted Files Coverage Δ
torrentfile/__init__.py 100.00% <ø> (ø)
torrentfile/interactive.py 100.00% <ø> (ø)
torrentfile/recheck.py 100.00% <ø> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
tests/test_commands.py 100.00% <100.00%> (ø)
tests/test_rebuild.py 100.00% <100.00%> (ø)
torrentfile/cli.py 100.00% <100.00%> (ø)
torrentfile/commands.py 100.00% <100.00%> (ø)
torrentfile/mixins.py 100.00% <100.00%> (ø)
torrentfile/rebuild.py 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e3a7b87...a1d834c. Read the comment docs.

@alexpdev alexpdev self-assigned this May 29, 2022
@alexpdev alexpdev linked an issue May 29, 2022 that may be closed by this pull request
@alexpdev alexpdev merged commit da5596d into master May 29, 2022
@alexpdev alexpdev deleted the rebuild branch June 11, 2022 01:18
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.

Add a rebuild subcommand
1 participant