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