@@ -20,16 +20,16 @@ |
||
| 20 | 20 | { |
| 21 | 21 | $lang = $this->takePackage()->getLanguage(); |
| 22 | 22 | |
| 23 | - return $this->runActions(["upload-$lang-coverage"]); |
|
| 23 | + return $this->runActions([ "upload-$lang-coverage" ]); |
|
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | public function actionUploadPhpCoverage() |
| 27 | 27 | { |
| 28 | - return $this->passthru('php-ocular', ['code-coverage:upload', '--format=php-clover', 'coverage.clover']); |
|
| 28 | + return $this->passthru('php-ocular', [ 'code-coverage:upload', '--format=php-clover', 'coverage.clover' ]); |
|
| 29 | 29 | } |
| 30 | 30 | |
| 31 | 31 | public function actionUploadPythonCoverage() |
| 32 | 32 | { |
| 33 | - return $this->passthru('python-ocular', ['--data-file', '.coverage']); |
|
| 33 | + return $this->passthru('python-ocular', [ '--data-file', '.coverage' ]); |
|
| 34 | 34 | } |
| 35 | 35 | } |