diff --git a/.circleci/config.yml b/.circleci/config.yml index 38b3c8249..070f05d4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -58,6 +58,9 @@ jobs: - run: name: Test - Basic command: npm run test:basic + - run: + name: Test - Coverage + command: npm run test:coverage - run: name: Test - Mustache Spans command: npm run test:mustache-span