From 018bc61bb53d739893f6767f1bc73342a74d1450 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Thu, 14 Mar 2024 16:16:09 +1100 Subject: [PATCH] Fixed test coverage not being uploaded to Codecov in CI. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be597734c..7d3172c87 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -307,7 +307,7 @@ jobs: path: *artifacts - run: name: Upload code coverage reports to Codecov - command: if [ -f /tmp/artifacts/coverage ]; then codecov -Z -s /tmp/artifacts/coverage; fi + command: if [ -d /tmp/artifacts/coverage ]; then codecov -Z -s /tmp/artifacts/coverage; fi - persist_to_workspace: root: /tmp/workspace paths: