Skip to content

Commit 51ec004

Browse files
authored
ci: always run codacy reporter
1 parent 11fe9f5 commit 51ec004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
132132
- name: Report Codacy Coverage
133133
uses: codacy/codacy-coverage-reporter-action@v1
134+
if: ${{ always() }}
134135
with:
135136
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
136137
coverage-reports: coverage.xml

0 commit comments

Comments
 (0)