diff --git a/.circleci/config.yml b/.circleci/config.yml index 0dc15544d..a172e14c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,4 +31,5 @@ jobs: vendor/phpunit/phpunit/phpunit --testdox-html coverage/result.html --coverage-html coverage --verbose tests/unit/ - store_artifacts: path: coverage - destination: coverage \ No newline at end of file + destination: coverage + \ No newline at end of file