Skip to content

Releases: kirchDev/coverage-report

v0.3.0

Choose a tag to compare

@kirchdev-release kirchdev-release released this 31 Aug 15:51
f2e83d9

0.3.0 (2026-08-31)

⚠ BREAKING CHANGES

  • cli: render prints the terminal report instead of the comment body — pass --format markdown for the previous default. The --json and --text switches are gone, replaced by --format text|markdown|json. Forcing the format of the reports being read moves from --format to --input-format, and the action's format input is renamed to input-format with it.

Features

  • cli: default to the terminal report and rename the input format flag (c0a578b)
  • render: add a terminal report beside the comment body (7242684)

v0.2.0

Choose a tag to compare

@kirchdev-release kirchdev-release released this 30 Aug 19:26
9d6e20c

0.2.0 (2026-08-30)

Features

  • publish the CLI as @kirchdev/coverage-report (d1b1d4f)

v0.1.0

Choose a tag to compare

@kirchdev-release kirchdev-release released this 30 Aug 17:31
fc16d30

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)