Bump jandelgado/gcov2lcov-action from v1.0.2 to v1.0.8

Bumps [jandelgado/gcov2lcov-action](https://github.com/jandelgado/gcov2lcov-action) from v1.0.2 to v1.0.8.
- [Release notes](https://github.com/jandelgado/gcov2lcov-action/releases)
- [Changelog](https://github.com/jandelgado/gcov2lcov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jandelgado/gcov2lcov-action/compare/v1.0.2...2477d9ec11814a9326e7fdde8d315783d163edb7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-27 08:35:35 +00:00 committed by GitHub
parent e143ada50d
commit d118db9a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
make cover || make cover
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.2
uses: jandelgado/gcov2lcov-action@v1.0.8
with:
infile: cover.out
outfile: cover.lcov