File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1010# Directory for instrumented libs generated by jscoverage/JSCover
1111lib-cov
1212
13- # Coverage directory used by tools like istanbul
13+ # Coverage directory used by tools like istanbul/nyc
1414coverage
1515
1616# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111 "prepublish" : " node downloadCurrentVersion.js && node verifyVersion.js" ,
1212 "pretest" : " npm run lint" ,
1313 "test" : " tape ./test/index.js" ,
14- "coverage" : " node ./node_modules/istanbul/lib/cli .js cover ./node_modules/tape/bin/tape ./test/index.js" ,
14+ "coverage" : " node ./node_modules/nyc/bin/nyc .js --reporter=lcov --reporter=text-summary ./node_modules/tape/bin/tape ./test/index.js" ,
1515 "coveralls" : " npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info"
1616 },
1717 "repository" : {
5252 },
5353 "devDependencies" : {
5454 "coveralls" : " ^3.0.0" ,
55- "istanbul " : " ^0.4.5 " ,
55+ "nyc " : " ^14.1.0 " ,
5656 "semistandard" : " ^12.0.0" ,
5757 "tape" : " ^4.11.0" ,
5858 "tape-spawn" : " ^1.4.2"
6161 "ignore" : [
6262 " soljson.js"
6363 ]
64+ },
65+ "nyc" : {
66+ "exclude" : [
67+ " soljson.js"
68+ ]
6469 }
6570}
You can’t perform that action at this time.
0 commit comments