ci: always run codacy reporter

This commit is contained in:
Nicolas Giard 2022-03-29 20:46:18 -04:00 committed by GitHub
parent 11fe9f56b4
commit 51ec004718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,7 @@ jobs:
- name: Report Codacy Coverage
uses: codacy/codacy-coverage-reporter-action@v1
if: ${{ always() }}
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: coverage.xml