NRWLDev / changelog-gen

Changelog generation tool.
Apache License 2.0
1 stars 0 forks source link

feat: Separate footer parsing, information extraction and link generation. #51

Closed EdgyEdgemond closed 3 weeks ago

EdgyEdgemond commented 3 weeks ago

extracting information from footers separately to link generation allows all extracted information to be made available in post_process body templates, and removes the need to hack the "link.text" into post_process bodies to get access to the triggering issue_ref.

closes #47

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (138c250) to head (7e2b91a). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 12 12 Lines 887 893 +6 Branches 114 119 +5 ========================================= + Hits 887 893 +6 ``` | [Flag](https://app.codecov.io/gh/NRWLDev/changelog-gen/pull/51/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NRWLDev) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/NRWLDev/changelog-gen/pull/51/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NRWLDev) | `100.00% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=NRWLDev#carryforward-flags-in-the-pull-request-comment) to find out more.

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