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

43 understand jinja environment loaders so we can have nested templates #81

Closed award28 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 86.04% and project coverage change: +0.04 :tada:

Comparison is base (e6b6854) 85.39% compared to head (dbf7541) 85.44%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #81 +/- ## ========================================== + Coverage 85.39% 85.44% +0.04% ========================================== Files 19 19 Lines 623 625 +2 ========================================== + Hits 532 534 +2 Misses 91 91 ``` | [Impacted Files](https://codecov.io/gh/award28/changelogger/pull/81?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/add.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2FwcC9jb21tYW5kcy9hZGQucHk=) | `100.00% <ø> (ø)` | | | [changelogger/app/commands/init.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2FwcC9jb21tYW5kcy9pbml0LnB5) | `34.28% <0.00%> (ø)` | | | [changelogger/changelog.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2NoYW5nZWxvZy5weQ==) | `98.97% <ø> (ø)` | | | [changelogger/conf/defaults.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2NvbmYvZGVmYXVsdHMucHk=) | `100.00% <100.00%> (ø)` | | | [changelogger/conf/models.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2NvbmYvbW9kZWxzLnB5) | `95.45% <100.00%> (+0.33%)` | :arrow_up: | | [changelogger/conf/settings.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL2NvbmYvc2V0dGluZ3MucHk=) | `100.00% <100.00%> (ø)` | | | [changelogger/models/domain\_models.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL21vZGVscy9kb21haW5fbW9kZWxzLnB5) | `97.36% <100.00%> (-0.46%)` | :arrow_down: | | [changelogger/templating.py](https://codecov.io/gh/award28/changelogger/pull/81?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Austin+Ward#diff-Y2hhbmdlbG9nZ2VyL3RlbXBsYXRpbmcucHk=) | `100.00% <100.00%> (ø)` | | 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 in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.