Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 26, 2023
1 parent 5158890 commit b505b91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@ jobs:
- run: |
PHPUNIT_FLAGS=$([ "${{ matrix.coverage }}" == "xdebug" ] && echo "--coverage-clover=coverage.xml" || echo "")
vendor/bin/phpunit $PHPUNIT_FLAGS
- run: php tests/coverage/scrutinizer.php
- uses: actions/upload-artifact@v4
if: matrix.coverage == 'xdebug'
with:
name: coverage-${{ matrix.php }}.xml
path: coverage.xml

0 comments on commit b505b91

Please sign in to comment.