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 11.DS_Store
22* .log
3+ .nyc_output /
34coverage /
45node_modules /
56hast-util-to-html.js
Original file line number Diff line number Diff line change 3737 "bundle-collapser" : " ^1.2.1" ,
3838 "esmangle" : " ^1.0.1" ,
3939 "hastscript" : " ^3.0.0" ,
40- "istanbul " : " ^0.4 .0" ,
40+ "nyc " : " ^7.1 .0" ,
4141 "remark-cli" : " ^1.0.0" ,
4242 "remark-comment-config" : " ^4.0.0" ,
4343 "remark-github" : " ^5.0.0" ,
5555 "build" : " npm run build-md && npm run build-bundle && npm run build-mangle" ,
5656 "lint" : " xo" ,
5757 "test-api" : " node test" ,
58- "test-coverage" : " istanbul cover test" ,
58+ "test-coverage" : " nyc --reporter lcov tape test" ,
5959 "test" : " npm run build && npm run lint && npm run test-coverage"
6060 },
6161 "xo" : {
7070 " hast-util-to-html.min.js"
7171 ]
7272 },
73+ "nyc" : {
74+ "check-coverage" : true ,
75+ "lines" : 100 ,
76+ "functions" : 100 ,
77+ "branches" : 100
78+ },
7379 "remarkConfig" : {
7480 "output" : true ,
7581 "plugins" : [
You can’t perform that action at this time.
0 commit comments