Skip to content

Commit 5d01a54

Browse files
committed
Improve
1 parent 7d28cf6 commit 5d01a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-coverage-upload-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
artifacts-pattern: coverage-groups-*
4343
run-id: ${{ needs.fetch-info.outputs.run-id }}
44-
override-job-name: "Codacy"
44+
override-job-name: "Codacy title"
4545
#override-commit: ${{ needs.fetch-info.outputs.commit-sha }} # Uploader action doesn't support it !
4646

4747
codecov-uploader:
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
artifacts-pattern: coverage-groups-*
5858
run-id: ${{ needs.fetch-info.outputs.run-id }}
59-
override-job-name: "Codecov"
59+
override-job-name: "Codecov title"
6060
override-commit: ${{ needs.fetch-info.outputs.commit-sha }}
6161
override-branch: ${{ needs.fetch-info.outputs.branch }}
6262
override-pr: ${{ needs.fetch-info.outputs.pr-number }}

0 commit comments

Comments
 (0)