diff --git a/.circleci/config.yml b/.circleci/config.yml index 152284a..564d19c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,5 +19,5 @@ jobs: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: npm test - - run: npx nyc report --reporter=lcov | codecov + - run: npx nyc report --reporter=lcov | npx codecov - run: npm run cov:check \ No newline at end of file