File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
# with the following action we enforce PRs to have a high coverage
62
62
# and ensure, changes are tested well enough so that coverage won't fail
63
63
- name : check coverage
64
- uses : VeryGoodOpenSource/very_good_coverage@v1.2.0
64
+ uses : VeryGoodOpenSource/very_good_coverage@v3
65
65
with :
66
66
path : ' ./coverage/lcov.info'
67
67
min_coverage : 95
Original file line number Diff line number Diff line change 56
56
# with the following action we enforce PRs to have a high coverage
57
57
# and ensure, changes are tested well enough so that coverage won't fail
58
58
- name : check coverage
59
- uses : VeryGoodOpenSource/very_good_coverage@v1.2.0
59
+ uses : VeryGoodOpenSource/very_good_coverage@v3
60
60
with :
61
61
path : ' ./coverage/lcov.info'
62
62
min_coverage : 95
You can’t perform that action at this time.
0 commit comments