Skip to content

Commit a4e065f

Browse files
ci: Generate coverage file
1 parent 8c544f6 commit a4e065f

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Analyze static code
4040
run: flutter analyze
4141
- name: Run tests
42-
run: flutter test
42+
run: flutter test --coverage
4343
- name: Check publish warnings
4444
run: dart pub publish --dry-run
4545
- name: Build example

0 commit comments

Comments
 (0)