Added PHPUnit code coverage log output and chart in information tab.
Issue #148.
This commit is contained in:
parent
b67ee92f7e
commit
c5ce085371
8 changed files with 147 additions and 9 deletions
|
|
@ -37,6 +37,7 @@ class PhpUnitOptionsTest extends \PHPUnit\Framework\TestCase
|
|||
],
|
||||
[
|
||||
'coverage-html' => '/location',
|
||||
'coverage-text' => null,
|
||||
],
|
||||
],
|
||||
[
|
||||
|
|
@ -49,6 +50,7 @@ class PhpUnitOptionsTest extends \PHPUnit\Framework\TestCase
|
|||
],
|
||||
[
|
||||
'coverage-html' => '/location',
|
||||
'coverage-text' => null,
|
||||
],
|
||||
],
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue