Skip to content

Commit 1735c73

Browse files
build(deps): bump romeovs/lcov-reporter-action from 0.2.21 to 0.3.1 (#261)
Bumps [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action) from 0.2.21 to 0.3.1. - [Release notes](https://github.com/romeovs/lcov-reporter-action/releases) - [Commits](romeovs/lcov-reporter-action@v0.2.21...v0.3.1) --- updated-dependencies: - dependency-name: romeovs/lcov-reporter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a83904 commit 1735c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Report Coverage
3838
#Dependabot user will only have read-only perms, so don't try to report coverage
3939
if: ${{ github.actor != 'dependabot[bot]' }}
40-
uses: romeovs/lcov-reporter-action@v0.2.21
40+
uses: romeovs/lcov-reporter-action@v0.3.1
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
lcov-file: ./coverage/lcov.info

0 commit comments

Comments
 (0)