summaryrefslogtreecommitdiff
path: root/.github/workflows/coverage_comment.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/coverage_comment.yml')
-rw-r--r--.github/workflows/coverage_comment.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml
index 02b16efbb1..55e36f588d 100644
--- a/.github/workflows/coverage_comment.yml
+++ b/.github/workflows/coverage_comment.yml
@@ -68,7 +68,7 @@ jobs:
});
for (const c of comments) {
- if ((c.body || '').includes('📊 Coverage Report for Changed Files')) {
+ if ((c.body || '').includes('Uncovered lines in changed files')) {
await github.rest.issues.deleteComment({
owner: context.repo.owner,
repo: context.repo.repo,