You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('-cs, --coverage-settings <path>','[💻🔗] Path to a custom nyc.json file providing settings for instrumentation (relative to cwd or use $/ for provided ones)','$/nyc.json')
122
-
.option('-ct, --coverage-temp-dir <path>','[💻🔗] Directory to output raw coverage information to (relative to cwd)','.nyc_output')
123
-
.option('-cr, --coverage-report-dir <path>','[💻🔗] Directory to store the coverage report files (relative to cwd)','coverage')
124
-
.option('-cr, --coverage-reporters <reporter...>','[💻🔗] List of nyc reporters to use',['lcov','cobertura'])
122
+
.option('-ctd, --coverage-temp-dir <path>','[💻🔗] Directory to output raw coverage information to (relative to cwd)','.nyc_output')
123
+
.option('-crd, --coverage-report-dir <path>','[💻🔗] Directory to store the coverage report files (relative to cwd)','coverage')
124
+
.option('-cr, --coverage-reporters <reporter...>','[💻🔗] List of nyc reporters to use (text is always used)',['lcov','cobertura'])
125
+
.option('-ccb, --coverage-check-branches <percent>','[💻🔗] What % of branches must be covered',percent,0)
126
+
.option('-ccf, --coverage-check-functions <percent>','[💻🔗] What % of functions must be covered',percent,0)
127
+
.option('-ccl, --coverage-check-lines <percent>','[💻🔗] What % of lines must be covered',percent,0)
128
+
.option('-ccs, --coverage-check-statements <percent>','[💻🔗] What % of statements must be covered',percent,0)
0 commit comments