From 9c6c44bb54d2bfc041028d836c020659bbd1a609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 19:13:54 +0000 Subject: [PATCH] Bump Nef10/lcov-reporter-action from 0.3.1 to 0.3.2 Bumps [Nef10/lcov-reporter-action](https://github.com/Nef10/lcov-reporter-action) from 0.3.1 to 0.3.2. - [Release notes](https://github.com/Nef10/lcov-reporter-action/releases) - [Commits](https://github.com/Nef10/lcov-reporter-action/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: Nef10/lcov-reporter-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-comment.yml b/.github/workflows/coverage-comment.yml index 096ceb9..89144a7 100644 --- a/.github/workflows/coverage-comment.yml +++ b/.github/workflows/coverage-comment.yml @@ -37,7 +37,7 @@ jobs: run: | echo "pr_number=$(cat ./NR)" >> $GITHUB_ENV - name: Generate code coverage report - uses: Nef10/lcov-reporter-action@v0.3.1 + uses: Nef10/lcov-reporter-action@v0.3.2 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: lcov.info