diff --git a/.circleci/config.yml b/.circleci/config.yml index db72777a6..ba6220e0e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: command: | set -e mkdir coverage - vendor/phpunit/phpunit/phpunit --coverage-text=coverage/result.txt --coverage-html coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php + vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage tests/unit/workflow/engine/src/ProcessMaker/Model/DelegationTest.php - store_artifacts: path: coverage destination: coverage