File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 ],
1010 "scripts" : {
1111 "test" : " gulp test" ,
12- "ci-test" : " nyc npm test && coveralls <coverage/lcov.info" ,
12+ "ci-test" : " nyc --check-coverage --statements 100 --lines 100 --functions 100 --branches 100 npm test && coveralls <coverage/lcov.info" ,
1313 "prepublishOnly" : " npm test" ,
1414 "release" : " release-it"
1515 },
Original file line number Diff line number Diff line change @@ -20,8 +20,10 @@ const getLevel = function({ opts, info }) {
2020 return defaultGetLevel ( info )
2121}
2222
23+ // istanbul ignore next
2324const supportsUnicode = platform !== 'win32' || TERM === 'xterm-256color'
2425// Each level is printed in a different way
26+ // istanbul ignore next
2527const LEVELS = {
2628 debug : {
2729 COLOR : 'blue' ,
You can’t perform that action at this time.
0 commit comments