All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Nothing yet
v1.3.1 - 2026-07-20
- Bump tj-actions/changed-files from 42.1.0 to 47.0.6 (#82)
- Fix the
::endgroup::marker never being emitted, which left all GitHub Actions log groups of this action open (#89)
v1.3.0 - 2026-03-11
- Add
event-nameandtarget-branchinputs to support workflows triggered by events other thanpush(#58) - Fix statement count being incorrect due to duplicate blocks (#72)
- Add graceful fallback when baseline coverage artifact is unavailable/expired (#71)
- Add
--excludeflag to exclude files matching a regular expression from the report (#59) - Add structured outputs (
total_coverage,coverage_delta,coverage_trend,total_statements,covered_statements,missed_statements) for use in downstream steps (#64)
v1.2.0 - 2024-08-28
- Add input to configure GitHub Actions workflow filename (#44)
v1.1.1 - 2024-08-23
- Fix issue when the workflow file is renamed (#41)
v1.1.0 - 2024-07-25
- Document permissions needed to use this action (#32)
- Add new
skip-commentinput to skip adding a comment to the PR (#34) - Fix issue with code coverage information missing when test files are deleted (#35)
v1.0.2 - 2024-06-11
- Fix issue when coverage artifact contains more files than just the
coverage.txtfile (#25) - Improve
README.mdinformation about limitations of this action (#24 and #15)
v1.0.1 - 2024-04-26
- Show coverage report also if only test files changed (#20)
v1.0.0 - 2024-03-18
- Initial release