File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ build :
2+ tests :
3+ override :
4+ -
5+ command : bin/phpunit --coverage-clover my-coverage-file -c tests
6+ coverage :
7+ file : my-coverage-file
8+ format : php-clover
9+
10+ checks :
11+ php :
12+ code_rating : true
13+ duplication : true
14+
15+ filter :
16+ excluded_paths :
17+ - " src/SixtyNine/DataTypes/Tests/*"
18+
19+ tools :
20+ php_mess_detector : true
21+ php_cs_fixer : true
22+ sensiolabs_security_checker : true
23+ php_cpd : true
24+ php_loc : true
25+ php_hhvm : true
26+ php_code_sniffer : true
27+ php_sim : true
28+ php_changetracking : true
29+ php_pdepend : true
30+ php_analyzer : true
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://secure.travis-ci.org/sixty-nine/php-data-types.png )] ( https://travis-ci.org/sixty-nine/php-data-types )
2+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/sixty-nine/php-data-types/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/sixty-nine/php-data-types/?branch=master )
3+ [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/sixty-nine/php-data-types/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/sixty-nine/php-data-types/?branch=master )
24
35Advanced data types for PHP to avoid re-inventing the wheel at each project.
46
You can’t perform that action at this time.
0 commit comments