From ee2c56b6367350741d245920e1fb3932bc0f2cf7 Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Tue, 1 Dec 2015 15:49:43 -0500 Subject: [PATCH] Update circle.yml --- circle.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 04666845..4e1e48f4 100644 --- a/circle.yml +++ b/circle.yml @@ -4,9 +4,14 @@ machine: node: version: 0.12.2 +general: + artifacts: + - "./coverage" + test: post: - - node_modules/.bin/istanbul cover --dir=$CIRCLE_ARTIFACTS test/unit/run.js + - npm run coverage + deployment: dev: branch: master