Skip to content

Commit

Permalink
Disable coverage job in Actions
Browse files Browse the repository at this point in the history
This action is not allowed by our organization policy.
  • Loading branch information
autarch committed Jan 25, 2024
1 parent 96013b3 commit 8e1f087
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
run: go test -race -bench . -benchmem ./...
- name: Test CBOR
run: go test -tags binary_log ./...
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
# 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 comments on commit 8e1f087

Please sign in to comment.