diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f5d1e6..2470fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,9 +111,11 @@ jobs: run: composer install --no-ansi --no-interaction --no-progress - name: Run tests with PHPUnit - run: vendor/bin/phpunit --coverage-clover coverage.xml + run: vendor/bin/phpunit --coverage-clover coverage-${{ matrix.php-version }}.xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 + with: + files: coverage-*.xml env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file