Skip to content

Commit c137402

Browse files
authored
Merge pull request #266 from ruby-go-gem/feature/coverallsapp-action
jandelgado/gcov2lcov-action is deprecated
2 parents b46b001 + 90c6667 commit c137402

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)