Skip to content

Commit

Permalink
Revert ".circleci: add codecov (#881)"
Browse files Browse the repository at this point in the history
This reverts commit a4d9c58.
  • Loading branch information
gbbr committed Mar 23, 2021
1 parent a4d9c58 commit 7a9f4e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,7 @@ jobs:
- checkout
- run:
name: Testing
command: go test -v -race -coverprofile=coverage.txt -covermode=atomic `go list ./... | grep -v /contrib/`

- run:
name: Upload coverage report to Codecov
command: bash <(curl -s https://codecov.io/bash)

command: go test -v -race `go list ./... | grep -v /contrib/`

test-contrib:
resource_class: xlarge
Expand Down

0 comments on commit 7a9f4e2

Please sign in to comment.