Skip to content

Commit

Permalink
Use codecov/test-results-action@v1 (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalluck authored Nov 20, 2024
1 parent 4d82768 commit 4468e5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ jobs:
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload test results to Codecov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: **/target/*-reports/TEST-*.xml

0 comments on commit 4468e5a

Please sign in to comment.