Browse Source

Update circle.yml

coverage-test
Diana Shkolnikov 9 years ago
parent
commit
ee2c56b636
  1. 7
      circle.yml

7
circle.yml

@ -4,9 +4,14 @@ machine:
node: node:
version: 0.12.2 version: 0.12.2
general:
artifacts:
- "./coverage"
test: test:
post: post:
- node_modules/.bin/istanbul cover --dir=$CIRCLE_ARTIFACTS test/unit/run.js - npm run coverage
deployment: deployment:
dev: dev:
branch: master branch: master

Loading…
Cancel
Save