diff --git a/.circleci/config.yml b/.circleci/config.yml index 3bc58c08e3..bf77e2916c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -565,7 +565,7 @@ jobs: - *attach-to-workspace - run: name: Jest specs - command: yarn jest --maxWorkers=3 + command: yarn jest --maxWorkers=3 --coverage - codecov/upload - notify_failure