Skip to content

Commit 0c76b07

Browse files
committed
add coverage report
1 parent cddb074 commit 0c76b07

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/go.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,15 @@ jobs:
2929
run: go build -v ./...
3030
- name: Test
3131
run: make test
32+
- name: Update coverage report
33+
uses: ncruces/go-coverage-report@v0
34+
with:
35+
report: true
36+
chart: true
37+
amend: true
38+
if: |
39+
matrix.os == 'ubuntu-latest' &&
40+
matrix.go == '1.23' &&
41+
github.event_name == 'push'
42+
continue-on-error: true
43+

0 commit comments

Comments
 (0)