From 07708bf58697d29f10dec97bfaa88b79ea966408 Mon Sep 17 00:00:00 2001 From: Darrel O'Pry Date: Mon, 3 Nov 2025 11:22:55 -0500 Subject: [PATCH] chore: defer codecov notify until all jobs done --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ba81afc7..dd52da0db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -123,6 +123,8 @@ jobs: - test-demo-rp runs-on: ubuntu-latest name: Codecov Notify + permissions: + id-token: write # Required for Codecov OIDC token steps: # - tell codecov to send notifications now that all jobs are complete. # without this, codecov may notify before all coverage reports have been uploaded.