Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
Use nyc in grunt coverage task
Browse files Browse the repository at this point in the history
  • Loading branch information
willclarktech committed Jul 25, 2017
1 parent 6377f68 commit fc36a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = function (grunt) {

exec: {
coverageSingle: {
command: 'node_modules/.bin/istanbul cover --dir test/.coverage-unit ./node_modules/.bin/_mocha $TEST'
command: './node_modules/.bin/nyc --report-dir=test/.coverage-unit --reporter=lcov ./node_modules/.bin/_mocha $TEST'
}
},

Expand Down

0 comments on commit fc36a86

Please sign in to comment.