diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa0c329..c363a00 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' && matrix.php == '8.3' }} run: sudo vendor/bin/phpunit --testdox --coverage-clover clover.xml - - name: Execute tests on Linux with cover + - name: Execute tests on Linux without cover if: ${{ matrix.os == 'ubuntu-latest' && matrix.php != '8.3' }} run: sudo vendor/bin/phpunit --testdox diff --git a/.gitignore b/.gitignore index df1f5be..c9940b1 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,4 @@ /coverage_report.xml /html_docs /phpunit.xml -/clover.xml -/docs/badge-coverage.svg \ No newline at end of file +/clover.xml \ No newline at end of file