update gcov2lcov-action, too

This commit is contained in:
Felix Kunde 2026-07-23 17:02:48 +02:00
parent 3401e2b51f
commit 7f15ed3e2b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
- name: Run unit tests
run: go test -race -covermode atomic -coverprofile=coverage.out ./...
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v1.1.1
uses: jandelgado/gcov2lcov-action@v1.2.0
- name: Coveralls
uses: coverallsapp/github-action@v2
with: