diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 949acc1..422ddac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -48,5 +48,6 @@ jobs: uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} + files: coverage/coverage.xml fail_ci_if_error: true verbose: true