From 49d663e725c3a927de99fb34dba8490240e09ac5 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Fri, 22 Aug 2025 11:59:22 -0400 Subject: [PATCH] Hide previous coverage PR comment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7282fc4..7aed4788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,5 +212,5 @@ jobs: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository with: - recreate: true + hide_and_recreate: true path: code-coverage-results.md