File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
"report-coverage" : " cat ./coverage/lcov.info | coveralls" ,
25
25
"prebuild" : " rimraf dist" ,
26
26
"commit" : " git-cz" ,
27
- "check-coverage" : " nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100" ,
27
+ "check-coverage" : " c8 check-coverage --statements 100 --branches 100 --functions 100 --lines 100" ,
28
28
"watch:test" : " npm t -- -w" ,
29
29
"test" : " find ./test/ts -type f -name '*.js' -delete && npm run build && tsc -p test && mocha --exit --no-timeouts --recursive --reporter mochawesome --reporter-options reportDir=test-results test/**/*.test.js" ,
30
30
"test:debug" : " find ./test/ts -type f -name '*.js' -delete && npm run build && npm run build:tests && mocha --exit --no-timeouts --inspect-brk --recursive test/**/*.test.js" ,
85
85
"pre-commit" : " npm run build && npm run cover && npm run check-coverage"
86
86
}
87
87
},
88
- "nyc " : {
88
+ "c8 " : {
89
89
"include" : [
90
90
" dist/**/*.js" ,
91
91
" src/**/*.ts"
You can’t perform that action at this time.
0 commit comments