janw / podcast-archiver

Archive all your favorite podcasts
MIT License
118 stars 21 forks source link

feat: Replace rich with tqdm for progress bars #174

Closed janw closed 2 months ago

janw commented 2 months ago

Resolves UI issues reported in #129 from rich progress … by replacing it.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 90.00000% with 4 lines in your changes missing coverage. Please review.

Project coverage is 91.10%. Comparing base (42a87dc) to head (326126d). Report is 1 commits behind head on main.

Files Patch % Lines
podcast_archiver/config.py 60.00% 2 Missing :warning:
podcast_archiver/processor.py 75.00% 2 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/janw/podcast-archiver/pull/174/graphs/tree.svg?width=650&height=150&src=pr&token=G8WI2ZILRG&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus)](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus) ```diff @@ Coverage Diff @@ ## main #174 +/- ## ========================================== + Coverage 90.75% 91.10% +0.35% ========================================== Files 16 15 -1 Lines 800 742 -58 Branches 139 132 -7 ========================================== - Hits 726 676 -50 + Misses 52 46 -6 + Partials 22 20 -2 ``` | [Files](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus) | Coverage Δ | | |---|---|---| | [podcast\_archiver/base.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Fbase.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9iYXNlLnB5) | `92.50% <100.00%> (ø)` | | | [podcast\_archiver/cli.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Fcli.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9jbGkucHk=) | `82.10% <100.00%> (ø)` | | | [podcast\_archiver/download.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Fdownload.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9kb3dubG9hZC5weQ==) | `93.33% <100.00%> (+0.09%)` | :arrow_up: | | [podcast\_archiver/enums.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Fenums.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9lbnVtcy5weQ==) | `100.00% <100.00%> (+6.66%)` | :arrow_up: | | [podcast\_archiver/logging.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Flogging.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9sb2dnaW5nLnB5) | `62.50% <100.00%> (ø)` | | | [podcast\_archiver/config.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Fconfig.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9jb25maWcucHk=) | `86.36% <60.00%> (-0.16%)` | :arrow_down: | | [podcast\_archiver/processor.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/174?src=pr&el=tree&filepath=podcast_archiver%2Fprocessor.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus#diff-cG9kY2FzdF9hcmNoaXZlci9wcm9jZXNzb3IucHk=) | `88.42% <75.00%> (-0.58%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/janw/podcast-archiver/pull/174/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jan+Willhaus)

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

codeclimate[bot] commented 2 months ago

Code Climate has analyzed commit 326126dc and detected 0 issues on this pull request.

View more on Code Climate.