Merge pull request #264 from strukturag/dependabot/github_actions/jandelgado/gcov2lcov-action-1.0.9

Bump jandelgado/gcov2lcov-action from 1.0.8 to 1.0.9
This commit is contained in:
Joachim Bauch 2022-05-30 08:10:23 +02:00 committed by GitHub
commit 157d1c0bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,7 @@ jobs:
echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.0.8
uses: jandelgado/gcov2lcov-action@v1.0.9
with:
infile: cover.out
outfile: cover.lcov