We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fabaf commit 341e685Copy full SHA for 341e685
.github/workflows/test.yml
@@ -24,13 +24,13 @@ jobs:
24
run: go test -race -bench . -benchmem ./...
25
- name: Test CBOR
26
run: go test -tags binary_log ./...
27
- coverage:
28
- runs-on: ubuntu-latest
29
- steps:
30
- - name: Update coverage report
31
- uses: ncruces/go-coverage-report@main
32
- with:
33
- report: 'true'
34
- chart: 'true'
35
- amend: 'true'
36
- continue-on-error: true
+ # coverage:
+ # runs-on: ubuntu-latest
+ # steps:
+ # - name: Update coverage report
+ # uses: ncruces/go-coverage-report@main
+ # with:
+ # report: 'true'
+ # chart: 'true'
+ # amend: 'true'
+ # continue-on-error: true
0 commit comments