Skip to content

Commit 90c6667

Browse files
committed
jandelgado/gcov2lcov-action is deprecated
ref. jandelgado/gcov2lcov-action@9a62e29
1 parent b46b001 commit 90c6667

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,12 @@ jobs:
7777
# FIXME: workaround for gcov2lcov warning
7878
- run: rm -rf vendor/
7979

80-
- name: Convert coverage to lcov
81-
uses: jandelgado/gcov2lcov-action@v1
82-
with:
83-
infile: coverage.out
84-
outfile: coverage.lcov
85-
8680
- name: Coveralls
87-
uses: coverallsapp/github-action@master
81+
uses: coverallsapp/github-action@v2
8882
with:
8983
github-token: ${{ secrets.GITHUB_TOKEN }}
90-
path-to-lcov: coverage.lcov
84+
file: coverage.out
85+
format: golang
9186
continue-on-error: true # NOTE: secrets cannot be obtained with forked repository PR
9287

9388
- name: Slack Notification (not success)

0 commit comments

Comments
 (0)