Skip to content

Commit

Permalink
chore(ci): Drop coverage checks
Browse files Browse the repository at this point in the history
The SDK is generated and provides testable examples, there is little benefit to having a coverage criteria set.
  • Loading branch information
mikeymike committed Oct 8, 2024
1 parent c4f5999 commit 4fea022
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,4 @@ jobs:
run: go vet ./...

- name: Test
run: go test ./... -v -coverprofile=./cover.out -covermode atomic -coverpkg ./... -race

- name: Check coverage
uses: vladopajic/go-test-coverage@v2
with:
profile: cover.out
threshold-total: 30
run: go test ./... -v

0 comments on commit 4fea022

Please sign in to comment.