Skip to content

Commit fa24390

Browse files
committed
ci: update code coverage reporter action to v3
1 parent b78413d commit fa24390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# with the following action we enforce PRs to have a high coverage
6262
# and ensure, changes are tested well enough so that coverage won't fail
6363
- name: check coverage
64-
uses: VeryGoodOpenSource/very_good_coverage@v1.2.0
64+
uses: VeryGoodOpenSource/very_good_coverage@v3
6565
with:
6666
path: './coverage/lcov.info'
6767
min_coverage: 95

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# with the following action we enforce PRs to have a high coverage
5757
# and ensure, changes are tested well enough so that coverage won't fail
5858
- name: check coverage
59-
uses: VeryGoodOpenSource/very_good_coverage@v1.2.0
59+
uses: VeryGoodOpenSource/very_good_coverage@v3
6060
with:
6161
path: './coverage/lcov.info'
6262
min_coverage: 95

0 commit comments

Comments
 (0)