From c0b9cd951e02d87344aba21fe75745df4f266cff Mon Sep 17 00:00:00 2001 From: Charlie Humphreys Date: Thu, 5 Jan 2023 23:29:43 -0600 Subject: [PATCH] update circleci test config to run test coverage --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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