Skip to content

Commit de09f4b

Browse files
committed
ci: update coverage_excludes to a more eager regexp
See: VeryGoodOpenSource/very_good_workflows#323
1 parent d925078 commit de09f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
flutter_channel: stable
2626
flutter_version: 3.29.3
2727
test_recursion: true
28-
coverage_excludes: "**/**.g.dart"
28+
coverage_excludes: "**/*.g.dart"
2929
min_coverage: 75
3030

3131
spell-check:

0 commit comments

Comments
 (0)