Skip to content

Commit

Permalink
coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Dec 23, 2024
1 parent 11fd2dd commit a95f544
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a95f544

Please sign in to comment.