configure only one file for tests #461

This commit is contained in:
soulgalore 2014-09-17 21:35:37 +02:00
parent bc1d6e020f
commit 05871dc10e
1 changed files with 0 additions and 9 deletions

View File

@ -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'