File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 77 branches : ["main"]
88
99jobs :
10- test :
10+ analyze-and- test :
1111 runs-on : ubuntu-latest
1212
1313 steps :
1414 - name : 📚 Git checkout
15- uses : actions/checkout@v3
15+ uses : actions/checkout@vv3.3.0
1616
1717 - name : 🐦 Setup Flutter
18- uses : subosito/flutter-action@v2
18+ uses : subosito/flutter-action@v2.8.0
1919 with :
2020 channel : stable
2121 cache : true
@@ -37,13 +37,16 @@ jobs:
3737
3838 - name : 📊 Codecov
393940+ with :
41+ files : ./coverage/lcov.info
4042
4143 - name : 🎯 publish dry run
4244 run : dart pub publish --dry-run
4345
4446 - name : 📊 Check code coverage
45- uses : VeryGoodOpenSource/very_good_coverage@v2
47+ uses : VeryGoodOpenSource/very_good_coverage@v2.1.0
4648 with :
49+ path : " ./coverage/lcov.info"
4750 min_coverage : 95
4851 exclude : " **/example"
4952
You can’t perform that action at this time.
0 commit comments