From fe5ce963a1e0cc11a4cfcf9ef749b7aa729bb7f7 Mon Sep 17 00:00:00 2001 From: Mikhail Trusov Date: Fri, 10 Jan 2025 22:41:29 +0300 Subject: [PATCH 1/2] Corrected step name --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ebbad971849b2efcf5c5fd1f44cfa1e973daf00e Mon Sep 17 00:00:00 2001 From: Mikhail Trusov Date: Fri, 10 Jan 2025 22:42:08 +0300 Subject: [PATCH 2/2] Removed /docs/badge-coverage.svg from .gitignore --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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