File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed
Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -32,20 +32,20 @@ jobs:
3232 with :
3333 channel : " stable"
3434
35- # - name: "Flutter Doctor"
36- # run: flutter doctor -v
35+ - name : " Flutter Doctor"
36+ run : flutter doctor -v
3737
38- # - name: "Flutter Pub Get"
39- # run: flutter pub get
38+ - name : " Flutter Pub Get"
39+ run : flutter pub get
4040
41- # - name: "Flutter Format Check"
42- # run: dart format .
41+ - name : " Flutter Format Check"
42+ run : dart format .
4343
44- # - name: "Run Test(s)"
45- # run: flutter test --coverage
44+ - name : " Run Test(s)"
45+ run : flutter test --coverage
4646
47- # - name: Upload coverage to Codecov
48- # uses: codecov/codecov-action@v5.0.0
49- # with:
50- # token: ${{ secrets.CODECOV_SECRET }}
51- # file: coverage/lcov.info
47+ - name : Upload coverage to Codecov
48+ uses : codecov/codecov-action@v5.0.0
49+ with :
50+ token : ${{ secrets.CODECOV_SECRET }}
51+ file : coverage/lcov.info
You can’t perform that action at this time.
0 commit comments