File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 66 </testsuite >
77 </testsuites >
88
9- <filter >
10- <blacklist >
11- <directory suffix =" .php" >./vendor</directory >
12- <directory suffix =" .php" >./test</directory >
13- </blacklist >
14- </filter >
15-
9+ <filter >
10+ <blacklist >
11+ <directory suffix =" .php" >./vendor</directory >
12+ <directory suffix =" .php" >./test</directory >
13+ </blacklist >
14+ <whitelist addUncoveredFilesFromWhitelist =" true" >
15+ <directory suffix =" .php" >src</directory >
16+ </whitelist >
17+ </filter >
18+
1619 <logging >
1720 <log type =" coverage-html" target =" ./build/logs/coverage" title =" lncd/OAuth-client" charset =" UTF-8" yui =" true" highlight =" true" lowUpperBound =" 50" highLowerBound =" 90" />
1821 <log type =" coverage-text" target =" php://stdout" title =" lncd/OAuth-client" charset =" UTF-8" yui =" true" highlight =" true" lowUpperBound =" 50" highLowerBound =" 90" />
You can’t perform that action at this time.
0 commit comments