Skip to content

Commit

Permalink
print coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Dec 23, 2024
1 parent a3de61a commit 11fd2dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
- run: docker compose up -d
working-directory: docker
- run: vendor/bin/phpunit --testsuite Tests
- name: Coverage text report
run: cat coverage/report.txt
- name: Archive code coverage results
if: matrix.php == '8.1'
if: matrix.php == '8.4' && matrix.verbose == '1'
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
Expand Down

0 comments on commit 11fd2dd

Please sign in to comment.