Skip to content

Commit 0935718

Browse files
Merge pull request #11 from QuantumNeuralCoder/codecov-split
Codecov split
2 parents 3e196ee + d47f0c3 commit 0935718

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/codecov-upload.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
permissions:
1010
contents: write
1111
id-token: write
12+
actions: read
13+
1214

1315
jobs:
1416
upload:
@@ -19,6 +21,11 @@ jobs:
1921
github.event.workflow_run.conclusion == 'success'
2022
2123
steps:
24+
- name: Debug event data
25+
run: |
26+
echo '${{ github.event.workflow_run.id }}'
27+
echo `${{ github.repository }}`
28+
2229
- name: Download Artifacts
2330
uses: actions/download-artifact@v4
2431
with:

0 commit comments

Comments
 (0)