File tree Expand file tree Collapse file tree 9 files changed +47
-5
lines changed Expand file tree Collapse file tree 9 files changed +47
-5
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Update coverage
60
60
run : melos run update-coverage
61
+
62
+ - name : Upload coverage results to Coveralls
63
+ uses : coverallsapp/github-action@master
64
+ with :
65
+ github-token : ${{ secrets.GITHUB_TOKEN }}
66
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 66
66
67
67
- name : Update coverage
68
68
run : melos run update-coverage
69
+
70
+ - name : Upload coverage results to Coveralls
71
+ uses : coverallsapp/github-action@master
72
+ with :
73
+ github-token : ${{ secrets.GITHUB_TOKEN }}
74
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 68
68
69
69
- name : Update coverage
70
70
run : melos run update-coverage
71
+
72
+ - name : Upload coverage results to Coveralls
73
+ uses : coverallsapp/github-action@master
74
+ with :
75
+ github-token : ${{ secrets.GITHUB_TOKEN }}
76
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 55
55
56
56
- name : Update coverage
57
57
run : melos run update-coverage
58
+
59
+ - name : Upload coverage results to Coveralls
60
+ uses : coverallsapp/github-action@master
61
+ with :
62
+ github-token : ${{ secrets.GITHUB_TOKEN }}
63
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 65
65
66
66
- name : Update coverage
67
67
run : melos run update-coverage
68
+
69
+ - name : Upload coverage results to Coveralls
70
+ uses : coverallsapp/github-action@master
71
+ with :
72
+ github-token : ${{ secrets.GITHUB_TOKEN }}
73
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 68
68
dart pub global activate combine_coverage
69
69
melos run update-coverage
70
70
dart pub global run combine_coverage --repo-path="../../"
71
+
72
+ - name : Upload coverage results to Coveralls
73
+ uses : coverallsapp/github-action@master
74
+ with :
75
+ github-token : ${{ secrets.GITHUB_TOKEN }}
76
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 80
80
cd example
81
81
flutter build web
82
82
83
- - name : Update coverage
84
- run : melos run update-coverage
83
+ - name : Upload coverage results to Coveralls
84
+ uses : coverallsapp/github-action@master
85
+ with :
86
+ github-token : ${{ secrets.GITHUB_TOKEN }}
87
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change 55
55
56
56
- name : Update coverage
57
57
run : melos run update-coverage
58
+
59
+ - name : Upload coverage results to Coveralls
60
+ uses : coverallsapp/github-action@master
61
+ with :
62
+ github-token : ${{ secrets.GITHUB_TOKEN }}
63
+ path-to-lcov : ./coverage/lcov.info
Original file line number Diff line number Diff line change @@ -64,6 +64,3 @@ scripts:
64
64
65
65
# Format coverage
66
66
dart pub global run coverage:format_coverage --lcov --in="./coverage/test" --out="./coverage/lcov.info" --report-on="./lib"
67
-
68
- # Combine coverage
69
- dart pub global run combine_coverage --repo-path="../../"
You can’t perform that action at this time.
0 commit comments