diff --git a/.circleci/config.yml b/.circleci/config.yml index 97f15b800..74ff11e47 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,6 +22,7 @@ commands: - store_artifacts: path: coverage - run: npx nyc report --reporter=text || true + - run: apt-get update && apt-get install -y curl - codecov/upload: file: coverage/coverage-final.json persist_ws: