Skip to content

Commit c8ac47b

Browse files
chore(deps): update jandelgado/gcov2lcov-action action to v1.1.0
1 parent cdcc655 commit c8ac47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
go test -v -covermode=count -coverprofile=coverage.out
5555
- name: Convert coverage.out to coverage.lcov
56-
uses: jandelgado/gcov2lcov-action@v1.0.9
56+
uses: jandelgado/gcov2lcov-action@v1.1.0
5757
- name: Coveralls
5858
uses: coverallsapp/[email protected]
5959
with:

0 commit comments

Comments
 (0)