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 6
6
7
7
jobs :
8
8
upload :
9
- name : Upload
9
+ name : Coverage
10
10
permissions :
11
11
contents : read
12
12
checks : write # For the check run creation !
Original file line number Diff line number Diff line change 29
29
uses : ./.github/workflows/reusable-CI-workflow.yml
30
30
31
31
upload :
32
- name : Upload
32
+ name : Coverage
33
33
needs : [tests]
34
34
permissions :
35
35
contents : read
Original file line number Diff line number Diff line change 18
18
steps :
19
19
- name : ' Check run ○'
20
20
uses : yoanm/temp-reports-group-workspace/gha-attach-check-run-to-triggering-workflow@v0
21
+ if : ${{ 'workflow_run' == github.event_name }}
21
22
with :
22
- name : ' Fetch coverage info '
23
+ name : ' Fetch triggering workflow metadata '
23
24
fails-on-triggering-workflow-failure : true
24
25
25
26
- uses : yoanm/temp-reports-group-workspace/gha-fetch-workflow-metadata@v0
28
29
outputs :
29
30
commit-sha : ${{ steps.fetch-workflow-metadata.outputs.commit-sha }}
30
31
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 }}
31
34
32
35
codacy-uploader :
33
36
name : Codacy
60
63
run-id : ${{ needs.fetch-info.outputs.run-id }}
61
64
force-git-commit : ${{ needs.fetch-info.outputs.commit-sha }}
62
65
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 }}
64
67
force-uploader-build : ${{ needs.fetch-info.outputs.run-id }}
65
68
force-uploader-build-url : ${{ needs.fetch-info.outputs.run-url }}
66
69
You can’t perform that action at this time.
0 commit comments