Skip to content

Commit 1632d47

Browse files
chore(deps): update jandelgado/gcov2lcov-action action to v1.2.0 (#209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef60262 commit 1632d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go test -v -covermode=count -coverprofile=coverage.out
6464
6565
- name: Convert coverage to lcov
66-
uses: jandelgado/gcov2lcov-action@v1.0.9
66+
uses: jandelgado/gcov2lcov-action@v1.2.0
6767
with:
6868
infile: coverage.out
6969
outfile: coverage.lcov

0 commit comments

Comments
 (0)