diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index e30f6d2..f75d032 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,6 +34,8 @@ jobs: uses: getsentry/prevent-action with: token: ${{ secrets.SENTRY_PREVENT_TOKEN }} + report-type: test-results + files: ./test-results.junit.xml # - name: Upload coverage reports to Codecov # uses: codecov/codecov-action@v5 # with: