From fe2724226eba6418312f78c0fd884615007378d9 Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:30:02 +0000 Subject: [PATCH] fix(ci): only overwrite prev coverage comment --- .github/workflows/test-comment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-comment.yml b/.github/workflows/test-comment.yml index 25dcb98d9..6247d5b4c 100644 --- a/.github/workflows/test-comment.yml +++ b/.github/workflows/test-comment.yml @@ -61,6 +61,7 @@ jobs: with: issue-number: ${{ env.PR_NUMBER }} comment-author: 'github-actions[bot]' + body-includes: Coverage - name: Comment coverage on PR uses: peter-evans/create-or-update-comment@v3 with: