File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 48
48
needs : setup
49
49
steps :
50
50
- uses : actions/checkout@master
51
+ with :
52
+ fetch-depth : 0
51
53
- name : Restore/cache vendor folder
52
54
uses : actions/cache@v1
53
55
with :
71
73
coverage : xdebug
72
74
- name : Run PHPUnit
73
75
run : php tools/phpunit
76
+ - name : Send code coverage to Scrutinizer
77
+ uses : sudo-bot/action-scrutinizer@latest
78
+ if : github.repository == 'phpDocumentor/FlyFinder'
79
+ with :
80
+ cli-args : " --format=php-clover build/logs/clover.xml --revision=${{ github.event.pull_request.head.sha || github.sha }}"
74
81
75
82
codestyle :
76
83
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1
1
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
2
- [ ![ Coveralls Coverage] ( https://img.shields.io/coveralls/github/phpDocumentor/FlyFinder.svg )] ( https://coveralls.io/github/phpDocumentor/FlyFinder?branch=master )
3
2
[ ![ Scrutinizer Code Coverage] ( https://img.shields.io/scrutinizer/coverage/g/phpDocumentor/FlyFinder.svg )] ( https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/?branch=master )
4
3
[ ![ Scrutinizer Code Quality] ( https://img.shields.io/scrutinizer/g/phpDocumentor/FlyFinder.svg )] ( https://scrutinizer-ci.com/g/phpDocumentor/FlyFinder/?branch=master )
5
4
[ ![ Stable Version] ( https://img.shields.io/packagist/v/phpDocumentor/FlyFinder.svg )] ( https://packagist.org/packages/phpDocumentor/FlyFinder )
You can’t perform that action at this time.
0 commit comments