File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
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
nlcst-emoticon-modifier.js
Original file line number Diff line number Diff line change 23
23
"emoticon" : " ^2.0.0" ,
24
24
"esmangle" : " ^1.0.0" ,
25
25
"is-hidden" : " ^1.1.0" ,
26
- "istanbul" : " ^0.4.0" ,
27
26
"negate" : " ^1.0.0" ,
27
+ "nyc" : " ^9.0.1" ,
28
28
"remark-cli" : " ^2.1.0" ,
29
29
"remark-preset-wooorm" : " ^1.0.0" ,
30
30
"retext" : " ^4.0.0" ,
34
34
},
35
35
"scripts" : {
36
36
"test-api" : " node test" ,
37
- "test-coverage" : " istanbul cover tape test/index.js" ,
38
- "test-travis" : " npm run test-coverage" ,
37
+ "test-coverage" : " nyc --reporter lcov tape test/index.js" ,
39
38
"test" : " npm run test-api" ,
40
39
"lint" : " xo" ,
41
40
"make" : " npm run lint && npm run test-coverage" ,
45
44
"build-md" : " remark . --quiet --frail --output" ,
46
45
"build" : " npm run build-data && npm run bundle && npm run build-md"
47
46
},
47
+ "nyc" : {
48
+ "check-coverage" : true ,
49
+ "lines" : 100 ,
50
+ "functions" : 100 ,
51
+ "branches" : 100
52
+ },
48
53
"xo" : {
49
54
"space" : true ,
50
55
"rules" : {
You can’t perform that action at this time.
0 commit comments