Skip to content

Commit 16fdcdb

Browse files
claudespoorcc
authored andcommitted
fix: pass secrets to test workflow so coverage upload runs
The test job in ci.yml was missing `secrets: inherit`, so CODACY_PROJECT_TOKEN was never available and the coverage upload step's condition always evaluated to false. https://claude.ai/code/session_013sZvFxPLqJJzVpiRegohYm
1 parent e9552f5 commit 16fdcdb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
uses: ./.github/workflows/test.yml
4242
permissions:
4343
contents: read
44+
secrets: inherit
4445

4546
docs:
4647
uses: ./.github/workflows/docs.yml

0 commit comments

Comments
 (0)