We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46b001 commit 90c6667Copy full SHA for 90c6667
.github/workflows/build.yml
@@ -77,17 +77,12 @@ jobs:
77
# FIXME: workaround for gcov2lcov warning
78
- run: rm -rf vendor/
79
80
- - name: Convert coverage to lcov
81
- uses: jandelgado/gcov2lcov-action@v1
82
- with:
83
- infile: coverage.out
84
- outfile: coverage.lcov
85
-
86
- name: Coveralls
87
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
88
with:
89
github-token: ${{ secrets.GITHUB_TOKEN }}
90
- path-to-lcov: coverage.lcov
+ file: coverage.out
+ format: golang
91
continue-on-error: true # NOTE: secrets cannot be obtained with forked repository PR
92
93
- name: Slack Notification (not success)
0 commit comments