diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efffbb5..3a5a511 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,8 +58,9 @@ jobs: run: composer test-coverage - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v4.1.0 with: + files: "./clover.xml" token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos fail_ci_if_error: false # optional (default = false) verbose: true # optional (default = false)