File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 39
39
- name : Analyze static code
40
40
run : flutter analyze
41
41
- name : Run tests
42
- run : flutter test
42
+ run : flutter test --coverage
43
+ - name : Upload coverage to Codecov
44
+ if : ${{ matrix.channel == 'stable' }}
45
+ uses : codecov/codecov-action@v3
46
+ with :
47
+ files : coverage/lcov.info
48
+ name : flutter_form_builder
43
49
- name : Check publish warnings
44
50
run : dart pub publish --dry-run
45
51
- name : Build example
48
54
flutter build appbundle --debug
49
55
flutter build ios --debug --no-codesign
50
56
flutter build web
51
-
52
- - name : Upload coverage to Codecov
53
- if : ${{ matrix.channel == 'stable' }}
54
- uses : codecov/codecov-action@v3
55
- with :
56
- files : coverage/lcov.info
57
- flags : unittests
58
- name : flutter_form_builder
57
+ flutter build linux
59
58
60
59
deployment :
61
60
if : ${{ github.ref_type == 'tag' }}
You can’t perform that action at this time.
0 commit comments