From f89a626b242362ed028236f3e8f7d0eff7ab2499 Mon Sep 17 00:00:00 2001 From: Chris Pappas Date: Tue, 10 May 2022 22:40:04 -0500 Subject: [PATCH] Use a forked version that fixes an error in the original action Original issue reported on Dec 3, 2021, no fix available yet: https://github.com/romeovs/lcov-reporter-action/issues/33 Fixed in this fork PR: https://github.com/osmind-development-org/lcov-reporter-action/pull/1 And released: https://github.com/osmind-development-org/lcov-reporter-action/releases/tag/v0.3.2 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e4a3fec..a244271 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -52,7 +52,7 @@ jobs: if: github.ref == 'refs/heads/main' run: cp coverage.lcov main.lcov - name: Code Coverage Report - uses: romeovs/lcov-reporter-action@v0.3.1 + uses: osmind-development-org/lcov-reporter-action@v0.3.2 if: matrix.version == '1.18.1' with: lcov-file: ./coverage.lcov