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

refactor: Move models into package #214

Merged
merged 1 commit into from
Dec 7, 2024

refactor: Move models into package

4c1e86a
Select commit
Loading
Failed to load commit list.
Merged

refactor: Move models into package #214

refactor: Move models into package
4c1e86a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 7, 2024 in 0s

90.67% (target 90.00%)

View this Pull Request on Codecov

90.67% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 95.60000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 90.67%. Comparing base (6f8c2ab) to head (4c1e86a).

Files with missing lines Patch % Lines
podcast_archiver/models/feed.py 89.62% 8 Missing and 3 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
+ Coverage   89.85%   90.67%   +0.82%     
==========================================
  Files          16       19       +3     
  Lines         936      944       +8     
  Branches       87       86       -1     
==========================================
+ Hits          841      856      +15     
+ Misses         69       63       -6     
+ Partials       26       25       -1     
Files with missing lines Coverage Δ
podcast_archiver/cli.py 81.25% <ø> (+2.67%) ⬆️
podcast_archiver/config.py 84.31% <100.00%> (ø)
podcast_archiver/database.py 92.75% <100.00%> (ø)
podcast_archiver/download.py 100.00% <100.00%> (ø)
podcast_archiver/exceptions.py 100.00% <ø> (ø)
podcast_archiver/models/episode.py 100.00% <100.00%> (ø)
podcast_archiver/models/field_types.py 100.00% <100.00%> (ø)
podcast_archiver/models/misc.py 100.00% <100.00%> (ø)
podcast_archiver/processor.py 89.36% <100.00%> (+2.56%) ⬆️
podcast_archiver/types.py 94.44% <100.00%> (+2.77%) ⬆️
... and 2 more

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