File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8- - Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report #35 )
8+ _ Nothing so far_
9+
10+ ## [ v1.1.0] - 2024-07-25
911- Document permissions needed to use this action (fgrosse/go-coverage-report #32 )
1012- Add new ` skip-comment ` input to skip adding a comment to the PR (fgrosse/go-coverage-report #34 )
13+ - Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report #35 )
1114
1215## [ v1.0.2] - 2024-06-11
1316- Fix issue when coverage artifact contains more files than just the ` coverage.txt ` file (fgrosse/go-coverage-report #25 )
@@ -19,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1922## [ v1.0.0] - 2024-03-18
2023- Initial release
2124
22- [ Unreleased ] : https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...HEAD
25+ [ Unreleased ] : https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...HEAD
26+ [ v1.1.0 ] : https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
2327[ v1.0.2 ] : https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2
2428[ v1.0.1 ] : https://github.com/fgrosse/go-coverage-report/compare/v1.0.0...v1.0.1
2529[ v1.0.0 ] : https://github.com/fgrosse/go-coverage-report/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments