mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
Merge pull request #320 from villfa/ci/scrutinizer
Send code coverage to Scrutinizer
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
[](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://packagist.org/packages/phpdocumentor/reflection-docblock)
|
||||
|
||||
Reference in New Issue
Block a user