We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e2869 commit 5c6ed77Copy full SHA for 5c6ed77
.github/workflows/base.yaml
@@ -52,7 +52,7 @@ jobs:
52
run: dart analyze
53
54
- name: Run tests
55
- run: flutter test
+ run: flutter test --coverage
56
57
- name: Check publish warnings
58
run: dart pub publish --dry-run
0 commit comments