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:
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

Loading…
Cancel
Save