Skip to content

Commit

Permalink
update circleci config
Browse files Browse the repository at this point in the history
- add coverage step
  • Loading branch information
Ffloriel committed Dec 9, 2017
1 parent aff800a commit 1c1aa5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -16,4 +16,7 @@ jobs:
command: npm run flow
- run:
name: test
command: npm test
command: npm test -- --coverage
- run:
name: coverage
command: cat ./coverage/lcov.info | node_modules/.bin/codacy-coverage -p .

0 comments on commit 1c1aa5d

Please sign in to comment.