File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ class DartTestCommand extends Command<int> {
177177 'exclude-coverage' ,
178178 help:
179179 'A glob which will be used to exclude files that match from the '
180- ' coverage.' ,
180+ " coverage (e.g. '**/*.g.dart')." ,
181181 )
182182 ..addOption (
183183 'exclude-tags' ,
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ class TestCommand extends Command<int> {
191191 'exclude-coverage' ,
192192 help:
193193 'A glob which will be used to exclude files that match from the '
194- ' coverage.' ,
194+ " coverage (e.g. '**/*.g.dart')." ,
195195 )
196196 ..addOption (
197197 'exclude-tags' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ very_good test [arguments]
2222-j, --concurrency The number of concurrent test suites run.
2323 (defaults to " 4" )
2424-t, --tags Run only tests associated with the specified tags.
25- --exclude-coverage A glob which will be used to exclude files that match from the coverage.
25+ --exclude-coverage A glob which will be used to exclude files that match from the coverage (e.g. ' **/*.g.dart ' ) .
2626-x, --exclude-tags Run only tests that do not have the specified tags.
2727 --min-coverage Whether to enforce a minimum coverage percentage.
2828 --test-randomize-ordering-seed The seed to randomize the execution order of test cases within test files.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const expectedTestUsage = [
3434 '-j, --concurrency The number of concurrent test suites run. Automatically set to 1 when --platform is specified.\n '
3535 ' (defaults to "4")\n '
3636 '-t, --tags Run only tests associated with the specified tags.\n '
37- ' --exclude-coverage A glob which will be used to exclude files that match from the coverage. \n '
37+ " --exclude-coverage A glob which will be used to exclude files that match from the coverage (e.g. '**/*.g.dart'). \n "
3838 '-x, --exclude-tags Run only tests that do not have the specified tags.\n '
3939 ' --min-coverage Whether to enforce a minimum coverage percentage.\n '
4040 ' --test-randomize-ordering-seed The seed to randomize the execution order of test cases within test files.\n '
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const expectedTestUsage = [
3434 '-j, --concurrency The number of concurrent test suites run. Automatically set to 1 when --platform is specified.\n '
3535 ' (defaults to "4")\n '
3636 '-t, --tags Run only tests associated with the specified tags.\n '
37- ' --exclude-coverage A glob which will be used to exclude files that match from the coverage. \n '
37+ " --exclude-coverage A glob which will be used to exclude files that match from the coverage (e.g. '**/*.g.dart'). \n "
3838 '-x, --exclude-tags Run only tests that do not have the specified tags.\n '
3939 ' --min-coverage Whether to enforce a minimum coverage percentage.\n '
4040 ' --test-randomize-ordering-seed The seed to randomize the execution order of test cases within test files.\n '
You can’t perform that action at this time.
0 commit comments