Skip to content

Commit a7b036a

Browse files
committed
fix(ci): format files
1 parent 5ba39cb commit a7b036a

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** 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

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** 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

0 commit comments

Comments
 (0)