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 f5b8ee0 commit 25ae817Copy full SHA for 25ae817
.github/actions/reports-group/codacy-uploader/action.yml
@@ -83,6 +83,10 @@ runs:
83
script: |
84
core.setFailed('Unable to retrieve any report to upload. Something wrong most likely happened !');
85
86
+ - name: TMP - remove repository used for custom action # Might interfere with Codacy, so to check
87
+ shell: bash
88
+ run: rm -Rf custom-action-repo
89
+
90
- name: Upload to codacy
91
id: upload
92
uses: codacy/codacy-coverage-reporter-action@v1
0 commit comments