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: Improve progress display and episodes report #213

Merged
merged 1 commit into from
Dec 7, 2024

feat: Improve progress display and episodes report

718efc8
Select commit
Loading
Failed to load commit list.
Merged

feat: Improve progress display and episodes report #213

feat: Improve progress display and episodes report
718efc8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2024 in 0s

91.93% (target 90.00%)

View this Pull Request on Codecov

91.93% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 91.09948% with 17 lines in your changes missing coverage. Please review.

Project coverage is 91.93%. Comparing base (1ac699d) to head (718efc8).

Files with missing lines Patch % Lines
podcast_archiver/utils/progress.py 80.32% 10 Missing and 2 partials ⚠️
podcast_archiver/processor.py 85.71% 2 Missing and 1 partial ⚠️
podcast_archiver/base.py 75.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #213      +/-   ##
==========================================
+ Coverage   90.67%   91.93%   +1.25%     
==========================================
  Files          19       22       +3     
  Lines         944     1066     +122     
  Branches       86       93       +7     
==========================================
+ Hits          856      980     +124     
  Misses         63       63              
+ Partials       25       23       -2     
Files with missing lines Coverage Δ
podcast_archiver/cli.py 81.44% <100.00%> (+0.19%) ⬆️
podcast_archiver/compat.py 100.00% <100.00%> (ø)
podcast_archiver/config.py 92.39% <ø> (+8.07%) ⬆️
podcast_archiver/console.py 100.00% <100.00%> (ø)
podcast_archiver/constants.py 100.00% <100.00%> (ø)
podcast_archiver/database.py 97.64% <100.00%> (+4.89%) ⬆️
podcast_archiver/download.py 100.00% <100.00%> (ø)
podcast_archiver/enums.py 100.00% <100.00%> (ø)
podcast_archiver/logging.py 78.94% <100.00%> (-5.67%) ⬇️
podcast_archiver/utils/__init__.py 89.00% <ø> (ø)
... and 4 more

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