We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d28cf6 commit 5d01a54Copy full SHA for 5d01a54
.github/workflows/reusable-coverage-upload-workflow.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
artifacts-pattern: coverage-groups-*
43
run-id: ${{ needs.fetch-info.outputs.run-id }}
44
- override-job-name: "Codacy"
+ override-job-name: "Codacy title"
45
#override-commit: ${{ needs.fetch-info.outputs.commit-sha }} # Uploader action doesn't support it !
46
47
codecov-uploader:
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
- override-job-name: "Codecov"
+ override-job-name: "Codecov title"
60
override-commit: ${{ needs.fetch-info.outputs.commit-sha }}
61
override-branch: ${{ needs.fetch-info.outputs.branch }}
62
override-pr: ${{ needs.fetch-info.outputs.pr-number }}
0 commit comments