From e01a19a5919d7139b494714e9da272532c4d7533 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 15 Jun 2017 15:17:25 +0200 Subject: [PATCH] Report test coverage on CI --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index 4919516f25..786a391a2d 100644 --- a/circle.yml +++ b/circle.yml @@ -10,5 +10,6 @@ test: - cd ../contracts; git checkout 38c2b4c; npm install && npm run migrate - npm run update_contracts - npm run test:coverage + - npm run report_test_coverage - npm run test:umd - npm run lint