From 9a826885b5ea6be97d4d87684eb200236302eb33 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 13 Mar 2020 18:43:11 +0100 Subject: [PATCH] ci: attach to workspace --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 875b69fc..fba811a1 100644 --- a/circle.yml +++ b/circle.yml @@ -70,6 +70,8 @@ jobs: coverage: <<: *defaults steps: + - attach_workspace: + at: ~/project - run: name: Send code coverage command: yarn run codecov -- 2.47.2