Merged in bugfix/PMCORE-2342 (pull request #7523)

PMCORE-2342

Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
Paula Quispe
2020-10-15 21:56:37 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -15,7 +15,7 @@ jobs:
name: Run Test Units name: Run Test Units
command: | command: |
mkdir coverage mkdir coverage
vendor/phpunit/phpunit/phpunit --stop-on-failure --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/ vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/
- store_artifacts: - store_artifacts:
path: coverage path: coverage
destination: coverage destination: coverage