diff --git a/.circleci/config.yml b/.circleci/config.yml index 19e76a198..f1af5d597 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ jobs: working_directory: 'packages/server' - run: 'dockerize -wait tcp://localhost:5432 -timeout 1m' - run: - command: 'npm run test:coverage' + command: 'npm run test:report' working_directory: 'packages/server' - run: command: 'bash <(curl -s https://codecov.io/bash)'