File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ The Dart package workflow consists of the following steps:
2929
3030### ` coverage_excludes `
3131
32- ** Optional** Space-separated list of globs to exclude files from the coverage report (e.g. '** /* .g.dart ** /gen/* .dart').
32+ ** Optional** Space-separated list of globs to exclude files from the coverage report (e.g. '** /\ * .g.dart ** /gen/\ * .dart').
3333
3434** Default** ` "" `
3535
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The Flutter package workflow consists of the following steps:
4141
4242### ` coverage_excludes `
4343
44- ** Optional** Space-separated list of globs to exclude files from the coverage report (e.g. '** /* .g.dart ** /gen/* .dart').
44+ ** Optional** Space-separated list of globs to exclude files from the coverage report (e.g. '** /\ * .g.dart ** /gen/\ * .dart').
4545
4646** Default** ` "" `
4747
You can’t perform that action at this time.
0 commit comments