File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 upload :
9- name : Upload
9+ name : Coverage
1010 permissions :
1111 contents : read
1212 checks : write # For the check run creation !
Original file line number Diff line number Diff line change 2929 uses : ./.github/workflows/reusable-CI-workflow.yml
3030
3131 upload :
32- name : Upload
32+ name : Coverage
3333 needs : [tests]
3434 permissions :
3535 contents : read
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : ' Check run ○'
2020 uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
21+ if : ${{ 'workflow_run' == github.event_name }}
2122 with :
22- name : ' Fetch coverage info '
23+ name : ' Fetch triggering workflow metadata '
2324 fails-on-triggering-workflow-failure : true
2425
2526 - uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
2829 outputs :
2930 commit-sha : ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
3031 run-id : ${{ steps.fetch-workflow-metadata.outputs.run-id }}
32+ branch : ${{ steps.fetch-workflow-metadata.outputs.branch }}
33+ pull-request : ${{ steps.fetch-workflow-metadata.outputs.pull-request }}
3134
3235 codacy-uploader :
3336 name : Codacy
6063 run-id : ${{ needs.fetch-info.outputs.run-id }}
6164 force-git-commit : ${{ needs.fetch-info.outputs.commit-sha }}
6265 force-git-branch : ${{ needs.fetch-info.outputs.branch }}
63- force-gh-pr : ${{ needs.fetch-info.outputs.pr-number }}
66+ force-gh-pr : ${{ needs.fetch-info.outputs.pull-request }}
6467 force-uploader-build : ${{ needs.fetch-info.outputs.run-id }}
6568 force-uploader-build-url : ${{ needs.fetch-info.outputs.run-url }}
6669
You can’t perform that action at this time.
0 commit comments