Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.77 KB

Changelog

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.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-comment input 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.txt file (#25)
  • Improve README.md information 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