File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ before_script:
48
48
- " sed -i 's/): void/)/' vendor/phpunit/phpunit/src/Framework/TestCase.php"
49
49
50
50
script :
51
- - vendor/bin/phpunit --configuration phpunit.xml --coverage-clover /tmp/coverage .xml
51
+ - vendor/bin/phpunit --configuration phpunit.xml --coverage-clover /tmp/clover .xml
52
52
53
53
after_success :
54
54
# If coverage file is generated then upload it to Codacy (requires CODACY_PROJECT_TOKEN= env var set).
55
- - vendor/bin/codacycoverage clover /tmp/coverage .xml
55
+ - bash <(wget -q -O - https://coverage.codacy.com/get.sh) report -l PHP -r /tmp/clover .xml
56
56
# Scrutinizer-CI
57
57
- wget --output-document=/tmp/ocular.phar https://scrutinizer-ci.com/ocular.phar && php /tmp/ocular.phar code-coverage:upload --format=php-clover /tmp/coverage.xml
Original file line number Diff line number Diff line change 2
2
"name" : " marcin-orlowski/laravel-api-response-builder" ,
3
3
"description" : " Helps building nice, normalized and easy to consume Laravel REST API." ,
4
4
"homepage" : " https://github.com/MarcinOrlowski/laravel-api-response-builder" ,
5
- "version" : " 7.1.0 " ,
5
+ "version" : " 7.1.1 " ,
6
6
"keywords" : [
7
7
" laravel" ,
8
8
" json" ,
50
50
"orchestra/testbench" : " ^4.0" ,
51
51
"phpunit/phpunit" : " ^8.0" ,
52
52
"phpunit/php-code-coverage" : " ^7.0" ,
53
- "codacy/coverage" : " ^1.0" ,
54
53
"friendsofphp/php-cs-fixer" : " ^2.15"
55
54
}
56
55
}
You can’t perform that action at this time.
0 commit comments