File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
* .log
3
+ .nyc_output /
3
4
coverage /
4
5
node_modules /
5
6
mdast-util-heading-range.js
Original file line number Diff line number Diff line change 27
27
"devDependencies" : {
28
28
"browserify" : " ^13.0.0" ,
29
29
"esmangle" : " ^1.0.0" ,
30
- "istanbul " : " ^0 .4.0" ,
30
+ "nyc " : " ^8 .4.0" ,
31
31
"remark" : " ^6.0.0" ,
32
32
"remark-cli" : " ^2.0.0" ,
33
33
"remark-preset-wooorm" : " ^1.0.0" ,
41
41
"build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
42
42
"lint" : " xo" ,
43
43
"test-api" : " node test.js" ,
44
- "test-coverage" : " istanbul cover test.js" ,
44
+ "test-coverage" : " nyc --reporter lcov tape test.js" ,
45
45
"test" : " npm run build && npm run lint && npm run test-coverage"
46
46
},
47
47
"xo" : {
50
50
" mdast-util-heading-range.js"
51
51
]
52
52
},
53
+ "nyc" : {
54
+ "check-coverage" : true ,
55
+ "lines" : 100 ,
56
+ "functions" : 100 ,
57
+ "branches" : 100
58
+ },
53
59
"remarkConfig" : {
54
60
"presets" : " wooorm"
55
61
}
You can’t perform that action at this time.
0 commit comments