mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
Fix coverage task
This commit is contained in:
parent
b8ed7c6bf8
commit
ceef0bd1d4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class RoboFile extends \Robo\Tasks {
|
||||||
|
|
||||||
public function coverage(array $args): Result {
|
public function coverage(array $args): Result {
|
||||||
// run the test suite with code coverage reporting enabled
|
// run the test suite with code coverage reporting enabled
|
||||||
return $this->test(["--coverage-html",self::BASE_TEST."coverage"]);
|
return $this->test(array_merge(["--coverage-html",self::BASE_TEST."coverage"], $args));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function package(array $args): Result {
|
public function package(array $args): Result {
|
||||||
|
|
Loading…
Reference in a new issue