award28 / changelogger

Automated management for your CHANGELOG.md and other versioned files, following the principles of Keep a Changelog and Semantic Versioning.
3 stars 0 forks source link

Updates the `check` command with an optional `--file` flag and provides updates. #67

Closed award28 closed 1 year ago

award28 commented 1 year ago

Resolves #61.

❯ cl check
Checking "pyproject.toml" ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
Checking "CHANGELOG.md"   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
✅ Versioned files are valid!
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 93.87% and project coverage change: +0.15 :tada:

Comparison is base (b668a85) 85.35% compared to head (9a3eb02) 85.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #67 +/- ## ========================================== + Coverage 85.35% 85.50% +0.15% ========================================== Files 18 18 Lines 601 628 +27 ========================================== + Hits 513 537 +24 - Misses 88 91 +3 ``` | [Impacted Files](https://codecov.io/gh/award28/changelogger/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward) | Coverage Δ | | |---|---|---| | [changelogger/app/commands/check.py](https://codecov.io/gh/award28/changelogger/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2FwcC9jb21tYW5kcy9jaGVjay5weQ==) | `95.77% <90.62%> (-4.23%)` | :arrow_down: | | [changelogger/app/\_\_init\_\_.py](https://codecov.io/gh/award28/changelogger/pull/67?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2FwcC9fX2luaXRfXy5weQ==) | `72.34% <100.00%> (+7.47%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.