diff --git a/.github/workflows/coverage-report.yml b/.github/workflows/coverage-report.yml index a680eb0..afb782f 100644 --- a/.github/workflows/coverage-report.yml +++ b/.github/workflows/coverage-report.yml @@ -28,7 +28,7 @@ jobs: composer install --prefer-dist - name: Execute tests with coverage - run: vendor/bin/phpunit --configuration 'phpunit.xml' --coverage-clover=coverage.xml + run: vendor/bin/phpunit --configuration 'phpunit.xml' --coverage-clover=coverage.xml --coverage-cobertura=coverage-cobertura.xml - if: ${{ github.event_name == 'pull_request' }} name: Download artifact @@ -65,4 +65,4 @@ jobs: file-name: coverage.svg badge-branch: badges github-token: '${{ secrets.GITHUB_TOKEN }}' - coverage-file-name: ./coverage.xml \ No newline at end of file + coverage-file-name: ./coverage-cobertura.xml \ No newline at end of file