Skip to content

Commit 5ba39cb

Browse files
chore: apply suggestions from code review
Co-authored-by: Marcos Sevilla <31174242+marcossevilla@users.noreply.github.com>
1 parent e2fef28 commit 5ba39cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

site/docs/workflows/dart_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Dart package workflow consists of the following steps:
2929

3030
### `coverage_excludes`
3131

32-
**Optional** A glob pattern 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

site/docs/workflows/flutter_package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Flutter package workflow consists of the following steps:
4141

4242
### `coverage_excludes`
4343

44-
**Optional** A glob pattern 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

0 commit comments

Comments
 (0)