From 580e43ee23c68bf1587431305bed438843742d87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Friedrich=20Gro=C3=9Fe?= Date: Thu, 25 Jul 2024 10:48:47 +0200 Subject: [PATCH] Add entry to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ca397a..18f8078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Fix issue with code coverage information missing when test files are deleted (fgrosse/go-coverage-report#35) - 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) ## [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)