File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 package-analysis :
11-
1211 runs-on : ubuntu-latest
13-
1412 steps :
15- - uses : actions/checkout@v2
16- - uses : axel-op/dart-package-analyzer@stable
13+ - name : Git checkout
14+ uses : actions/checkout@v2
15+ - name : Analyze package
16+ uses : axel-op/dart-package-analyzer@stable
1717 with :
18- githubToken : ${{ secrets.GITHUB_TOKEN }}
18+ githubToken : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11-
1211 runs-on : ubuntu-latest
13-
1412 container :
1513 image : google/dart:latest
16-
1714 steps :
18- - uses : actions/checkout@v2
15+ - name : Git checkout
16+ uses : actions/checkout@v2
1917 - name : Install dependencies
2018 run : pub get
2119 - name : Run tests
2220 run : pub run test
23- - name : Run test coverage
21+ - name : Measure coverage
2422 run : pub run test_coverage
25- - name : Upload coverage to Codecov
23+ - name : Upload coverage
2624 uses : codecov/codecov-action@v1.0.6
2725 with :
2826 token : ${{secrets.CODECOV_TOKEN}}
You can’t perform that action at this time.
0 commit comments