File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4747 env :
4848 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4949
50+ - name : Send code coverage to Scrutinizer
51+ uses : sudo-bot/action-scrutinizer@latest
52+ if : github.repository == 'phpDocumentor/ReflectionDocBlock'
53+ with :
54+ cli-args : " --format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
55+
5056 - name : Quick check code coverage level
5157 run : php tests/coverage-checker.php 91
5258
Original file line number Diff line number Diff line change 11[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
22![ Qa workflow] ( https://github.com/phpDocumentor/ReflectionDocBlock/workflows/Qa%20workflow/badge.svg )
3- [ ![ Coveralls Coverage] ( https://img.shields.io/coveralls/github/phpDocumentor/ReflectionDocBlock.svg )] ( https://coveralls.io/github/phpDocumentor/ReflectionDocBlock?branch=master )
43[ ![ Scrutinizer Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/ReflectionDocBlock.svg )] ( https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master )
54[ ![ Scrutinizer Code Quality] ( https://img.shields.io/scrutinizer/g/phpDocumentor/ReflectionDocBlock.svg )] ( https://scrutinizer-ci.com/g/phpDocumentor/ReflectionDocBlock/?branch=master )
65[ ![ Stable Version] ( https://img.shields.io/packagist/v/phpdocumentor/reflection-docblock.svg )] ( https://packagist.org/packages/phpdocumentor/reflection-docblock )
You can’t perform that action at this time.
0 commit comments