diff --git a/.circleci/config.yml b/.circleci/config.yml index 4c28686e0..0dc15544d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,5 +31,4 @@ 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