From a95f544fb34a39481ce48e0c66d30597185ed0cb Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Mon, 23 Dec 2024 11:41:28 +0300 Subject: [PATCH] coveralls action --- .github/workflows/tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2b70e57..d49d94c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,5 @@ jobs: - run: vendor/bin/phpunit --testsuite Tests - name: Coverage text report run: cat coverage/report.txt - - name: Archive code coverage results - if: matrix.php == '8.4' && matrix.verbose == '1' - uses: actions/upload-artifact@v3 - with: - name: code-coverage-report - path: ./coverage + - name: Coveralls + uses: coverallsapp/github-action@v2