File tree Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Expand file tree Collapse file tree 2 files changed +39
-2
lines changed Original file line number Diff line number Diff line change 1- coverage_clover : build/logs/ clover.xml
2- json_path : build/logs/ coveralls-upload.json
1+ coverage_clover : clover.xml
2+ json_path : coveralls-upload.json
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <phpunit backupGlobals =" false"
4+ backupStaticAttributes =" false"
5+ colors =" true"
6+ convertErrorsToExceptions =" true"
7+ convertNoticesToExceptions =" true"
8+ convertWarningsToExceptions =" true"
9+ processIsolation =" false"
10+ stopOnFailure =" false"
11+ syntaxCheck =" false" >
12+ <php >
13+ <ini name =" error_reporting" value =" E_ALL" />
14+ </php >
15+
16+ <testsuites >
17+ <testsuite >
18+ <directory >./tests/</directory >
19+ </testsuite >
20+ </testsuites >
21+
22+ <filter >
23+ <whitelist >
24+ <directory >./src</directory >
25+ <exclude >
26+ <directory >./build</directory >
27+ <directory >./composer</directory >
28+ <directory >./tests</directory >
29+ <directory >./vendor</directory >
30+ </exclude >
31+ </whitelist >
32+ </filter >
33+
34+ <logging >
35+ <log type =" coverage-clover" target =" build/logs/clover.xml" />
36+ </logging >
37+ </phpunit >
You can’t perform that action at this time.
0 commit comments