File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkgs/yaml_edit/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 64
64
- name : Convert coverage to lcov
65
65
run : dart run coverage:format_coverage -i ./coverage -o ./coverage/lcov.info --lcov --report-on lib/
66
66
if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
67
- - uses : coverallsapp/github-action@30402dfd78555606e51eff084546182de0647a4a
67
+ - uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
68
68
if : always() && steps.install.outcome == 'success' && matrix.sdk != '2.12.0'
69
69
with :
70
70
flag-name : os:${{ matrix.os }}/dart:${{ matrix.sdk }}/platform:${{ matrix.platform }}
75
75
if : ${{ always() }}
76
76
runs-on : ubuntu-latest
77
77
steps :
78
- - uses : coverallsapp/github-action@30402dfd78555606e51eff084546182de0647a4a
78
+ - uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
79
79
with :
80
80
parallel-finished : true
You can’t perform that action at this time.
0 commit comments