Skip to content

Commit

Permalink
Remove coverage from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
airforce270 committed Aug 17, 2024
1 parent 6d937c3 commit 354d238
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- name: Test
run: go test -v ./...

- name: Run coverage
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./... -coverpkg ./...

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 354d238

Please sign in to comment.