Skip to content

Commit

Permalink
add lcov reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
pladaria committed Oct 2, 2016
1 parent 2b3dfb2 commit e45eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
"prepublish": "npm test && npm build",
"prebuild": "npm run clean",
"clean": "rimraf dist",
"test": "nyc ava --verbose test/test.js",
"test": "nyc --reporter=lcov ava --verbose test/test.js",
"report": "nyc report --reporter=html && opn coverage/index.html",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
Expand Down

0 comments on commit e45eda0

Please sign in to comment.