Skip to content

Commit 341e685

Browse files
committed
Disable coverage job in Actions
This action is not allowed by our organization policy.
1 parent 70fabaf commit 341e685

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
run: go test -race -bench . -benchmem ./...
2525
- name: Test CBOR
2626
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
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

0 commit comments

Comments
 (0)