File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 10
10
# Directory for instrumented libs generated by jscoverage/JSCover
11
11
lib-cov
12
12
13
- # Coverage directory used by tools like istanbul
13
+ # Coverage directory used by tools like istanbul/nyc
14
14
coverage
15
15
16
16
# 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 11
11
"prepublish" : " node downloadCurrentVersion.js && node verifyVersion.js" ,
12
12
"pretest" : " npm run lint" ,
13
13
"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" ,
15
15
"coveralls" : " npm run coverage && node ./node_modules/coveralls/bin/coveralls.js <coverage/lcov.info"
16
16
},
17
17
"repository" : {
52
52
},
53
53
"devDependencies" : {
54
54
"coveralls" : " ^3.0.0" ,
55
- "istanbul " : " ^0.4.5 " ,
55
+ "nyc " : " ^14.1.0 " ,
56
56
"semistandard" : " ^12.0.0" ,
57
57
"tape" : " ^4.11.0" ,
58
58
"tape-spawn" : " ^1.4.2"
61
61
"ignore" : [
62
62
" soljson.js"
63
63
]
64
+ },
65
+ "nyc" : {
66
+ "exclude" : [
67
+ " soljson.js"
68
+ ]
64
69
}
65
70
}
You can’t perform that action at this time.
0 commit comments