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 (fgrosse#44)

v1.1.1 - 2024-08-23

  • Fix issue when the workflow file is renamed (fgrosse#41)

v1.1.0 - 2024-07-25

  • Document permissions needed to use this action (fgrosse#32)
  • Add new skip-comment input to skip adding a comment to the PR (fgrosse#34)
  • Fix issue with code coverage information missing when test files are deleted (fgrosse#35)

v1.0.2 - 2024-06-11

  • Fix issue when coverage artifact contains more files than just the coverage.txt file (fgrosse#25)
  • Improve README.md information about limitations of this action (fgrosse#24 and fgrosse#15)

v1.0.1 - 2024-04-26

  • Show coverage report also if only test files changed (fgrosse#20)

v1.0.0 - 2024-03-18

  • Initial release