File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ language: php
44
55php :
66 - 7.3
7+ - 7.4
8+ - 8.0
79
810install :
911 - composer install --prefer-dist
Original file line number Diff line number Diff line change 33 "description" : " Generate code coverage reports on a live server" ,
44 "license" : " MIT" ,
55 "require" : {
6- "php" : " ^7.3" ,
6+ "php" : " ^7.3 || ^8.0 " ,
77 "webmozart/assert" : " ^1.2" ,
88 "phpunit/php-code-coverage" : " ^9.0" ,
99 "phpunit/phpunit" : " ^9.3"
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<phpunit
33 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/8.0 /phpunit.xsd"
4+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd"
55 bootstrap =" vendor/autoload.php"
66 colors =" true"
77>
1010 <directory >test</directory >
1111 </testsuite >
1212 </testsuites >
13- <filter >
14- <whitelist >
13+ <coverage >
14+ <include >
1515 <directory suffix =" .php" >src</directory >
16- </whitelist >
17- </filter >
16+ </include >
17+ </coverage >
18+ <php >
19+ <env name =" XDEBUG_MODE" value =" coverage" />
20+ </php >
1821</phpunit >
You can’t perform that action at this time.
0 commit comments