From 5a9adc91ab00bf0d4c22db1a1025836cd8179d14 Mon Sep 17 00:00:00 2001 From: Daniel Hensby Date: Thu, 25 Jul 2024 11:28:51 +0100 Subject: [PATCH] ci: update code coverage reporter action to v3 --- .github/workflows/tests-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-release.yml b/.github/workflows/tests-release.yml index a8b5ca2..4a8be55 100644 --- a/.github/workflows/tests-release.yml +++ b/.github/workflows/tests-release.yml @@ -61,7 +61,7 @@ jobs: # with the following action we enforce PRs to have a high coverage # and ensure, changes are tested well enough so that coverage won't fail - name: check coverage - uses: VeryGoodOpenSource/very_good_coverage@v1.2.0 + uses: VeryGoodOpenSource/very_good_coverage@v3 with: path: './coverage/lcov.info' min_coverage: 95 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b6a0439..07fe65d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: # with the following action we enforce PRs to have a high coverage # and ensure, changes are tested well enough so that coverage won't fail - name: check coverage - uses: VeryGoodOpenSource/very_good_coverage@v1.2.0 + uses: VeryGoodOpenSource/very_good_coverage@v3 with: path: './coverage/lcov.info' min_coverage: 95