Skip to content

Commit c2421a4

Browse files
committed
chore: improve coverage report
1 parent 95cf29c commit c2421a4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.18.x, 1.19.x]
7+
go-version: [1.18.x, 1.21.x]
88
os: [ubuntu-latest, macos-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
@@ -24,5 +24,12 @@ jobs:
2424
run: go test -race -bench . -benchmem ./...
2525
- name: Test CBOR
2626
run: go test -tags binary_log ./...
27+
coverage:
28+
steps:
2729
- name: Update coverage report
2830
uses: ncruces/go-coverage-report@main
31+
with:
32+
report: 'true'
33+
chart: 'true'
34+
amend: 'true'
35+
continue-on-error: true

0 commit comments

Comments
 (0)