Merge pull request #320 from villfa/ci/scrutinizer

Send code coverage to Scrutinizer
This commit is contained in:
Jaap van Otterdijk
2021-12-27 23:36:19 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -47,6 +47,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Send code coverage to Scrutinizer
uses: sudo-bot/action-scrutinizer@latest
if: github.repository == 'phpDocumentor/ReflectionDocBlock'
with:
cli-args: "--format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
- name: Quick check code coverage level
run: php tests/coverage-checker.php 91