We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fe9f5 commit 51ec004Copy full SHA for 51ec004
1 file changed
.github/workflows/build.yml
@@ -131,6 +131,7 @@ jobs:
131
132
- name: Report Codacy Coverage
133
uses: codacy/codacy-coverage-reporter-action@v1
134
+ if: ${{ always() }}
135
with:
136
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
137
coverage-reports: coverage.xml
0 commit comments