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 74fd9d9 commit b5b6599Copy full SHA for b5b6599
.github/workflows/reusable-coverage-upload-workflow.yml
@@ -41,7 +41,6 @@ jobs:
41
with:
42
artifacts-pattern: coverage-groups-*
43
run-id: ${{ needs.fetch-info.outputs.run-id }}
44
- override-job-name: "Codacy title"
45
force-git-commit: ${{ needs.fetch-info.outputs.commit-sha }}
46
# force-uploader-language: ...
47
# force-uploader-coverage-parser: ...
@@ -59,7 +58,6 @@ jobs:
59
58
60
61
62
- override-job-name: "Codecov title"
63
64
force-git-branch: ${{ needs.fetch-info.outputs.branch }}
65
force-gh-pr: ${{ needs.fetch-info.outputs.pr-number }}
0 commit comments