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

fix: Restore console output in non-interactive mode #226

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

janw
Copy link
Owner

@janw janw commented Jan 1, 2025

No description provided.

Copy link

codecov bot commented Jan 1, 2025

Codecov Report

Attention: Patch coverage is 89.07563% with 13 lines in your changes missing coverage. Please review.

Project coverage is 92.00%. Comparing base (18f1d4c) to head (f84526f).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
podcast_archiver/utils/__init__.py 42.85% 4 Missing ⚠️
podcast_archiver/enums.py 93.54% 1 Missing and 1 partial ⚠️
podcast_archiver/logging.py 88.23% 1 Missing and 1 partial ⚠️
podcast_archiver/models/feed.py 0.00% 2 Missing ⚠️
podcast_archiver/utils/pretty_printing.py 94.44% 1 Missing and 1 partial ⚠️
podcast_archiver/base.py 50.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #226      +/-   ##
==========================================
+ Coverage   91.91%   92.00%   +0.09%     
==========================================
  Files          22       22              
  Lines        1101     1151      +50     
  Branches       98      104       +6     
==========================================
+ Hits         1012     1059      +47     
- Misses         65       66       +1     
- Partials       24       26       +2     
Files with missing lines Coverage Δ
podcast_archiver/config.py 92.22% <ø> (ø)
podcast_archiver/console.py 100.00% <ø> (ø)
podcast_archiver/models/episode.py 100.00% <100.00%> (ø)
podcast_archiver/processor.py 93.06% <100.00%> (-0.27%) ⬇️
podcast_archiver/types.py 95.83% <100.00%> (+1.09%) ⬆️
podcast_archiver/utils/progress.py 84.41% <100.00%> (+1.55%) ⬆️
podcast_archiver/base.py 81.63% <50.00%> (ø)
podcast_archiver/enums.py 95.55% <93.54%> (+0.55%) ⬆️
podcast_archiver/logging.py 80.00% <88.23%> (+5.64%) ⬆️
podcast_archiver/models/feed.py 89.62% <0.00%> (ø)
... and 2 more

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

@janw janw force-pushed the fix-verbose-logging branch from 9b56d60 to f84526f Compare January 1, 2025 19:32
@janw janw merged commit 5c0bb2a into main Jan 1, 2025
13 of 14 checks passed
@janw janw deleted the fix-verbose-logging branch January 1, 2025 19:35
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.

1 participant