janw / podcast-archiver

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

Demote problems to debug #180

Closed elharo closed 1 month ago

elharo commented 2 months ago

part of #178

codeclimate[bot] commented 2 months ago

Code Climate has analyzed commit 530b946a and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 91.10%. Comparing base (2aacf1c) to head (530b946). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
podcast_archiver/processor.py 0.00% 2 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/janw/podcast-archiver/pull/180/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/180?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 #180 +/- ## ======================================= Coverage 91.10% 91.10% ======================================= Files 15 15 Lines 742 742 Branches 132 132 ======================================= Hits 676 676 Misses 46 46 Partials 20 20 ``` | [Files with missing lines](https://app.codecov.io/gh/janw/podcast-archiver/pull/180?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/processor.py](https://app.codecov.io/gh/janw/podcast-archiver/pull/180?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% <0.00%> (ø)` | |

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

elharo commented 1 month ago

Run cz check --rev-range origin/main..HEAD commit validation: failed! please enter a commit message in the commitizen format. commit "530b946ad5d03a4d6c69d01678040a66e41bd86f": "Demote problems to debug" pattern: (?s)(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|bump)((\S+))?!?:( [^\n\r]+)((\n\n.)|(\s))?$ Error: Process completed with exit code 14.

janw commented 1 month ago

Very reasonable. Thanks a ton!