From 5e841627c783f673a7ecde956a69a3bff2baad5e Mon Sep 17 00:00:00 2001 From: "file-sync-app[bot]" <89714990+file-sync-app[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:53:59 +0000 Subject: [PATCH] Bump very_good_coverage from 2.1.0 to 2.2.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e577117..1927d4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: run: echo "minimum_coverage=$(cat ./.github/minimum_coverage.txt)" >> $GITHUB_ENV - name: Enforce test coverage threshhold if: ${{ matrix.os == needs.get_os.outputs.coverage_os }} - uses: VeryGoodOpenSource/very_good_coverage@v2.1.0 + uses: VeryGoodOpenSource/very_good_coverage@v2.2.0 with: path: ./pr/lcov.info min_coverage: ${{ env.minimum_coverage }}