From e7b07be0434efc446dab4c0675b57dcd2e162581 Mon Sep 17 00:00:00 2001 From: Dimitrie Stefanescu Date: Sun, 3 Jan 2021 14:31:40 +0200 Subject: [PATCH] ci(codecov): fixing coverage uploads --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'