slidoapp / dbt-coverage

One-stop-shop for docs and test coverage of dbt projects.
MIT License
191 stars 26 forks source link

Adding coverage type to output string/markdown #74

Closed pgoslatara closed 6 months ago

pgoslatara commented 7 months ago

Currently, when I receive a coverage report it always starts with "Coverage report" and I cannot differentiate between reports concerning documentation or reports concerning tests. This PR adds "(docs)" or "(test)" to the header line to avoid this confusion. Both string and markdown output are supported.