Skip to content

Commit 63b7780

Browse files
committed
Fix uploading coverage report
1 parent 84d9ace commit 63b7780

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
- name: Update dependency graph
2626
uses: advanced-security/maven-dependency-submission-action@v4
2727

28-
- name: Upload test results to Codecov
29-
if: ${{ !cancelled() }}
30-
uses: codecov/test-results-action@v1
28+
- name: Upload coverage reports to Codecov
29+
uses: codecov/codecov-action@v5
3130
with:
3231
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)