File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
runs-on : ubuntu-latest
14
- steps :
15
- - name : Check out the repository
16
- uses : actions/checkout@v2
17
14
18
- - name : Set up Flutter
19
- uses : subosito/flutter-action@v2
20
- with :
21
- flutter-version : ' 3.19.6' # Specify the Flutter version, e.g., 'stable'
15
+ steps :
16
+ - name : Check out the repository
17
+ uses : actions/checkout@v2
22
18
23
- - name : Install dependencies
24
- run : flutter pub get
19
+ - name : Set up Flutter
20
+ uses : subosito/flutter-action@v2
21
+ with :
22
+ flutter-version : ' 3.19.6' # Specify the Flutter version, e.g., '2.10.0'
25
23
26
- - name : Run tests
27
- run : flutter test
24
+ - name : Install dependencies
25
+ run : flutter pub get
28
26
29
- - name : Upload coverage to Codecov
30
- uses : codecov/codecov-action@v2
31
- with :
32
- files : ./coverage/lcov.info
33
- flags : flutter
34
- name : code-coverage-report
35
- token : 2f59bcbb-7263-4e0c-9a37-e710e39705bb # Add this to your GitHub secrets
36
- fail_ci_if_error : true
27
+ - name : Run tests
28
+ run : flutter test
29
+
30
+ - name : Upload coverage to Codecov
31
+ uses : codecov/codecov-action@v2
32
+ with :
33
+ files : ./coverage/lcov.info
34
+ flags : flutter
35
+ name : code-coverage-report
36
+ token : 2f59bcbb-7263-4e0c-9a37-e710e39705bb # Add this to your GitHub secrets
37
+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments