From dc5bc87f5e12916d543090bc699fdf9534a84f52 Mon Sep 17 00:00:00 2001 From: Kristaps Fabians Geikins Date: Mon, 21 Mar 2022 16:07:28 +0200 Subject: [PATCH] another fix lol --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3bd5877c8..19e76a198 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,14 +60,14 @@ jobs: working_directory: 'packages/server' - run: 'dockerize -wait tcp://localhost:5432 -timeout 1m' - run: - command: 'npm run test:report' + command: 'npm run test:coverage' working_directory: 'packages/server' - run: command: 'bash <(curl -s https://codecov.io/bash)' working_directory: 'packages/server' - store_test_results: - path: packages/server/coverage + path: packages/server/reports - store_artifacts: path: packages/server/coverage