Skip to content

Commit

Permalink
update scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Donii Sergii committed Oct 18, 2017
1 parent ea74bec commit 28ddb63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scrutinizer.yml
Expand Up @@ -7,11 +7,12 @@ filter:
build:
dependencies:
before:
- npm install
- npm install istanbul # or add it as part of your package.json
tests:
override:
-
command: 'node ./node_modules/istanbul/lib/cli.js cover _mocha --report clover tests/tests/*Test.js'
command: 'node ./node_modules/istanbul/lib/cli.js cover _mocha --report clover ./tests/tests/*Test.js'
coverage:
file: 'coverage/clover.xml'
format: 'clover'
Expand Down

0 comments on commit 28ddb63

Please sign in to comment.