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