Skip to content

Commit 5c6ed77

Browse files
ci: update flutter test command to include coverage
1 parent 19e2869 commit 5c6ed77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: dart analyze
5353

5454
- name: Run tests
55-
run: flutter test
55+
run: flutter test --coverage
5656

5757
- name: Check publish warnings
5858
run: dart pub publish --dry-run

0 commit comments

Comments
 (0)