File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# for php-coveralls
22src_dir : ./
3- coverage_clover : build/logs/ clover.xml
4- json_path : build/logs/ coveralls-upload.json
3+ coverage_clover : build/clover.xml
4+ json_path : build/coveralls-upload.json
55repo_token : 3xJFnsjbW1bOVnKn757tIp3Fum8UC7Cvi
Original file line number Diff line number Diff line change 11filter :
22 paths :
33 - ' src/*'
4- build :
5- tests :
6- override :
7- -
8- command : phpunit --coverage-clover=my-coverage-file
9- coverage :
10- file : my-coverage-file
11- format : php-clover
4+ excluded_paths :
5+ - ' tests/*'
6+ checks :
7+ php : true
8+
129tools :
1310 php_cpd :
1411 enabled : true
Original file line number Diff line number Diff line change @@ -17,3 +17,5 @@ script:
1717
1818after_script :
1919 - php vendor/bin/coveralls -v
20+ - wget https://scrutinizer-ci.com/ocular.phar
21+ - php ocular.phar code-coverage:upload --format=php-clover coverage.clover
You can’t perform that action at this time.
0 commit comments