configure only one file for tests #461
This commit is contained in:
parent
bc1d6e020f
commit
05871dc10e
|
|
@ -183,19 +183,10 @@ var fs = require('fs-extra'),
|
|||
metavar: '<ruleid1,ruleid2,...>',
|
||||
help: 'A comma separeted list of rules to skip when generating JUnit'
|
||||
},
|
||||
threshold: {
|
||||
default: defaultConfig.threshold,
|
||||
metavar: '[0-100]',
|
||||
help: 'Threshold score for tests, will be used of no mathing thresholdFile with values match. Use : --threshold 95'
|
||||
},
|
||||
thresholdFile: {
|
||||
metavar: '<FILE>',
|
||||
help: 'A file containing JSON like {\'overall\': 90, \'thirdpartyversions\': 85}'
|
||||
},
|
||||
timingsThresholdFile: {
|
||||
metavar: '<FILE>',
|
||||
help: 'A file containing JSON like ...'
|
||||
},
|
||||
csv: {
|
||||
flag: true,
|
||||
help: 'Also output CSV where applicable'
|
||||
|
|
|
|||
Loading…
Reference in New Issue