Merge pull request #103 from strukturag/dependabot/github_actions/jandelgado/gcov2lcov-action-v1.0.8

Bump jandelgado/gcov2lcov-action from v1.0.2 to v1.0.8
This commit is contained in:
Joachim Bauch 2021-04-27 10:47:25 +02:00 committed by GitHub
commit d432b0c1a9
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 make cover || make cover
- name: Convert coverage to lcov - name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.2 uses: jandelgado/gcov2lcov-action@v1.0.8
with: with:
infile: cover.out infile: cover.out
outfile: cover.lcov outfile: cover.lcov