From 427d3b5bda0a0bda33789ae265909ee896897c3a Mon Sep 17 00:00:00 2001 From: hyochan Date: Sun, 25 Jul 2021 17:42:50 +0900 Subject: [PATCH] Hotfix - Include `client` to codecov --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ec0bfcbed..8b79b1830 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -119,7 +119,7 @@ jobs: JEST_JUNIT_OUTPUT: test-results/jest/junit.xml - codecov/upload: - file: ./coverage/lcov.info + file: ./client/coverage/lcov.info token: 0fc24d24-3658-478c-8976-9e832903e609 - store_test_results: