File tree Expand file tree Collapse file tree 3 files changed +5
-89
lines changed Expand file tree Collapse file tree 3 files changed +5
-89
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ test/lcov.info
11
11
test /fixtures /watching-css-out-01
12
12
test /fixtures /watching-css-out-02
13
13
coverage
14
- package-lock.json
14
+ package-lock.json
15
+ .nyc_output
Original file line number Diff line number Diff line change 27
27
},
28
28
"gypfile" : true ,
29
29
"scripts" : {
30
- "coverage" : " node scripts/coverage.js " ,
30
+ "coverage" : " nyc report --reporter=text-lcov | coveralls " ,
31
31
"install" : " node scripts/install.js" ,
32
32
"postinstall" : " node scripts/build.js" ,
33
33
"lint" : " node_modules/.bin/eslint bin/node-sass lib scripts test" ,
34
- "test" : " node_modules/.bin/ mocha test/{*,**/**}.js" ,
34
+ "test" : " nyc mocha test/{*,**/**}.js" ,
35
35
"build" : " node scripts/build.js --force" ,
36
36
"prepublish" : " not-in-install && node scripts/prepublish.js || in-install"
37
37
},
77
77
"mocha" : " ^6.2.2" ,
78
78
"mocha-lcov-reporter" : " ^1.2.0" ,
79
79
"node-gyp" : " ^6.0.1" ,
80
+ "nyc" : " ^14.1.1" ,
80
81
"object-merge" : " ^2.5.1" ,
81
82
"read-yaml" : " ^1.0.0" ,
82
83
"rimraf" : " ^2.5.2" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments