diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e649277a..7192a58da 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,4 +36,5 @@ jobs: key: 'deps-{{ checksum "package.json" }}' - run: 'dockerize -wait tcp://localhost:5432 -timeout 1m' - run: 'npm run test' - - run: 'bash <(curl -s https://codecov.io/bash) -s ~/project/packages/server/.nyc_output' + - run: 'cd coverage && ls -lha' + - run: 'bash <(curl -s https://codecov.io/bash) -s ~/project/packages/server/coverage'