From 6d3801c2b367554bf47fb593bd74a1feee8d7d18 Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL HE/HIM) (from Dev Box)" Date: Wed, 9 Sep 2026 15:15:30 -0700 Subject: [PATCH] Update code coverage report to always add comment even if failures --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f638949a0..ac09a01e2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -303,7 +303,7 @@ jobs: if-no-files-found: ignore coverage-report: - if: github.event_name == 'pull_request' + if: ${{ always() && github.event_name == 'pull_request' }} # Use all platforms for changed-code coverage so platform-specific files are # included. Keep full-codebase coverage Linux-only to avoid inflating its # denominator with platform-specific sources.