Skip to content

Commit 58e4b44

Browse files
committed
#1761 fix coverage report: run always
1 parent a11b782 commit 58e4b44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mvn-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,12 @@ jobs:
6161

6262
- name: Get coverage files
6363
id: coverage-files-generator
64+
if: success() || failure()
6465
run: echo "COVERAGE_FILES=$(find . -path **/jacoco*.xml -printf '%p,')" >> "$GITHUB_OUTPUT"
6566

6667
- name: Codacy coverage reporter
6768
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699 # v1.3.0
69+
if: success() || failure()
6870
with:
6971
language: java
7072
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 commit comments

Comments
 (0)