Skip to content

Commit

Permalink
Fix uploading coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Jan 3, 2025
1 parent 84d9ace commit 63b7780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@v4

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

0 comments on commit 63b7780

Please sign in to comment.