mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Send code coverage to Scrutinizer
This commit is contained in:
@@ -47,6 +47,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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
|
- name: Quick check code coverage level
|
||||||
run: php tests/coverage-checker.php 91
|
run: php tests/coverage-checker.php 91
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||

|

|
||||||
[](https://coveralls.io/github/phpDocumentor/ReflectionDocBlock?branch=master)
|
|
||||||
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
||||||
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
[](https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master)
|
||||||
[](https://packagist.org/packages/phpdocumentor/reflection-docblock)
|
[](https://packagist.org/packages/phpdocumentor/reflection-docblock)
|
||||||
|
|||||||
Reference in New Issue
Block a user