File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 96
96
- name : Create "unit tests" reports group
97
97
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
98
98
id : unit-tests-coverage-group
99
- uses : yoanm/tmp -reports-group-workspace/.github/actions/create-action@develop
99
+ uses : yoanm/temp -reports-group-workspace/.github/actions/create-action@develop
100
100
with :
101
101
name : unit-tests
102
102
format : clover
@@ -109,7 +109,7 @@ jobs:
109
109
- name : Create "functional tests" coverage group
110
110
if : ${{ env.COVERAGE_TYPE == 'xdebug' }}
111
111
id : functional-tests-coverage-group
112
- uses : yoanm/tmp -reports-group-workspace/.github/actions/create-action@develop
112
+ uses : yoanm/temp -reports-group-workspace/.github/actions/create-action@develop
113
113
with :
114
114
name : functional-tests
115
115
format : clover
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
13
13
checks : write # For the check run creation !
14
14
steps :
15
15
- name : ' Check run ○'
16
- uses : yoanm/tmp -reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
16
+ uses : yoanm/temp -reports-group-workspace/.github/actions/attach-check-run-to-triggering-workflow-action@develop
17
17
with :
18
18
name : ' Fetch coverage info'
19
19
fails-on-triggering-workflow-failure : true
20
20
21
- - uses : yoanm/tmp -reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
21
+ - uses : yoanm/temp -reports-group-workspace/.github/actions/fetch-workflow-metadata-action@develop
22
22
id : fetch-workflow-metadata
23
23
24
24
outputs :
28
28
codacy-uploader :
29
29
name : Codacy
30
30
needs : [fetch-info]
31
- uses : yoanm/tmp -reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
31
+ uses : yoanm/temp -reports-group-workspace/.github/workflows/codacy-upload-from-artifacts.yml@develop
32
32
permissions :
33
33
contents : read
34
34
checks : write # For the check run creation !
@@ -37,12 +37,11 @@ jobs:
37
37
with :
38
38
artifacts-pattern : coverage-groups-*
39
39
run-id : ${{ needs.fetch-info.outputs.run-id }}
40
- override-commit : ${{ needs.fetch-info.outputs.commit-sha }}
41
40
42
41
codecov-uploader :
43
42
name : Codecov
44
43
needs : [fetch-info]
45
- uses : yoanm/tmp -reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
44
+ uses : yoanm/temp -reports-group-workspace/.github/workflows/codecov-upload-from-artifacts.yml@develop
46
45
permissions :
47
46
contents : read
48
47
checks : write # For the check run creation !
You can’t perform that action at this time.
0 commit comments