diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d475b27e..f1f17545 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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