From 13bbe2e1bb1554dff734aa441259c2fcfe89aae8 Mon Sep 17 00:00:00 2001 From: Alastair Robertson Date: Fri, 3 Feb 2023 08:26:22 -0800 Subject: [PATCH] Code coverage: Checkout repo before running Apparently this is needed for CodeCov.io to work. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index da59476..f0d4c4c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -174,6 +174,7 @@ jobs: git \ gpg \ lcov + - checkout - attach_workspace: at: . - run: