Releases: kirchDev/coverage-report
Releases · kirchDev/coverage-report
Release list
v0.3.0
0.3.0 (2026-08-31)
⚠ BREAKING CHANGES
- cli:
renderprints the terminal report instead of the comment body — pass--format markdownfor the previous default. The--jsonand--textswitches are gone, replaced by--format text|markdown|json. Forcing the format of the reports being read moves from--formatto--input-format, and the action'sformatinput is renamed toinput-formatwith it.
Features
v0.2.0
v0.1.0
0.1.0 (2026-08-30)
Features
- action: comment and check-run coverage on a pull request (d32c8f5)
- cli: add the coverage-report command line (3863455)
- cli: rename the report command to render (8a1de6b)
- diff: map a pull request's changed lines onto line hits (6e55753)
- parsers: read lcov, cobertura, clover and istanbul into one shape (83b1b1d)
- render: render the sticky comment and the check-run summary (13760ec)
- type the tool (e9011d1)
Bug Fixes
- action: keep free-form text out of GITHUB_OUTPUT (20d8f05)
- action: make the GITHUB_OUTPUT delimiter unguessable (8467340)
- ci: create the coverage directory before writing the report into it (3fec171)
- ci: point the merge queue at the current Bitwarden secret (046e10c)
- ci: point the release workflow at the current Bitwarden secret (6c64a29)
- parsers: scan attributes instead of matching them with a pattern (821b4b0)
- parsers: stop the attribute pattern backtracking over a name run (642ddde)
- release: pin the first release to 0.1.0 (94f891c)