Commit d5cac29
committed
docs: update
While the current `*.g.dart` example is technically valid, a more useful example would be something like `**/*.g.dart`.
The current example only excludes generated files in the root directory where they're rarely placed.
The updated `**/*.g.dart` will cover generated files anywhere in the repository, which is probably a lot more helpful to real life scenarios.coverage_excludes example to something more useful1 parent f4ce8ee commit d5cac29
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments