Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosse committed Jul 25, 2024
1 parent 94f0113 commit 04118b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report#35)
_Nothing so far_

## [v1.1.0] - 2024-07-25
- Document permissions needed to use this action (fgrosse/go-coverage-report#32)
- Add new `skip-comment` input to skip adding a comment to the PR (fgrosse/go-coverage-report#34)
- Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report#35)

## [v1.0.2] - 2024-06-11
- Fix issue when coverage artifact contains more files than just the `coverage.txt` file (fgrosse/go-coverage-report#25)
Expand All @@ -19,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v1.0.0] - 2024-03-18
- Initial release

[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/fgrosse/go-coverage-report/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.2...v1.1.0
[v1.0.2]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.1...v1.0.2
[v1.0.1]: https://github.com/fgrosse/go-coverage-report/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/fgrosse/go-coverage-report/releases/tag/v1.0.0

0 comments on commit 04118b5

Please sign in to comment.