Skip to content

Commit

Permalink
nyc: specify lcov output
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Oct 11, 2019
1 parent c11957c commit 25ce958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"test": "./node_modules/.bin/mocha test test/readers",
"lint": "./node_modules/.bin/eslint *.js readers/*.js test/*.js test/*/*.js",
"lintfix": "./node_modules/.bin/eslint --fix *.js readers/*.js test/*.js test/*/*.js",
"cover": "./node_modules/.bin/nyc ./node_modules/.bin/mocha test test/readers"
"cover": "./node_modules/.bin/nyc --reporter=lcov ./node_modules/.bin/mocha test test/readers"
}
}

0 comments on commit 25ce958

Please sign in to comment.