Skip to content

v0.1.7

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Sep 02:53
· 19 commits to main since this release
v0.1.7
6225ee6

0.1.7 - 2023-09-25

⛰️ Features

  • Mark partially-covered lines in yellow (e3eafbd)

    So far lines that are covered but have missing function calls
    (instantiations) were marked with red. To better indicate that they're
    basically called but have a few missing instantiations a new yellow
    color is introduced for those.

  • Sort and deduplicate annotation messages (fbcaf0e)

    The opt-in annotations for missing function calls and instantiations
    are now sorted alphabetically and deduplicated to reduce the amount of
    vertical space occupied.

  • Add a new flag to disable usage of function coverage (5dd1824)

    A new flag that allows to opt-out of utilizing the function coverage
    information in the source view. That means only basic file coverage will
    be used if this flag is used.

    Overview pages will still show the function coverage percentages
    accordingly, regardless of the flag.

📚 Documentation

  • Improve changelog format (2662278)

    Extend the changelog generator to create prettier changelogs, similar to
    how the changelog in the git-cliff tool itself looks.