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

progbar #124

Merged
merged 2 commits into from
Apr 22, 2022
Merged

progbar #124

merged 2 commits into from
Apr 22, 2022

Conversation

alexpdev
Copy link
Owner

  • custom progress bar and bump version
  • fixed docstring
  • Removed tqdm ad a dependency
  • created custom progress bar

@codecov
Copy link

codecov bot commented Apr 22, 2022

Codecov Report

Merging #124 (736aa33) into master (47dd6e4) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #124   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           19        20    +1     
  Lines         1979      2073   +94     
=========================================
+ Hits          1979      2073   +94     
Impacted Files Coverage Δ
torrentfile/cli.py 100.00% <ø> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
torrentfile/commands.py 100.00% <100.00%> (ø)
torrentfile/hasher.py 100.00% <100.00%> (ø)
torrentfile/mixins.py 100.00% <100.00%> (ø)
torrentfile/recheck.py 100.00% <100.00%> (ø)
torrentfile/torrent.py 100.00% <100.00%> (ø)

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 47dd6e4...736aa33. Read the comment docs.

@alexpdev alexpdev added the enhancement New feature or request label Apr 22, 2022
@alexpdev alexpdev self-assigned this Apr 22, 2022
@alexpdev alexpdev merged commit 493f362 into master Apr 22, 2022
@alexpdev alexpdev deleted the progbar branch April 22, 2022 05:05
@alexpdev alexpdev linked an issue Apr 24, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the piece length option more straightforward
1 participant