File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed
Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1- language : PHP
2- script : true
1+ language : php
2+
3+ script :
4+ - ./vendor/bin/phpunit --coverage-clover=coverage.xml
5+
6+ after_success :
7+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 22 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.5/phpunit.xsd"
44 bootstrap =" vendor/autoload.php" >
5- <testsuites >
6- <testsuite name =" unit tests" >
7- <directory >tests</directory >
8- </testsuite >
9- </testsuites >
5+ <filter >
6+ <whitelist >
7+ <directory >./src</directory >
8+ </whitelist >
9+ </filter >
10+ <testsuites >
11+ <testsuite name =" unit tests" >
12+ <directory >tests</directory >
13+ </testsuite >
14+ </testsuites >
1015</phpunit >
You can’t perform that action at this time.
0 commit comments