about summary refs log tree commit diff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 451b37e..378162a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
             # fallback to using the latest cache if no exact match is found
             - v1-dependencies-
 
-      - run: npm install
+      - run: npm install && npm install -g coveralls
 
       - save_cache:
           paths:
@@ -31,3 +31,6 @@ jobs:
 
       # run tests!
       - run: npm test
+
+      # upload coverage
+      - run: jest --coverage --coverageReporters=text-lcov | coveralls