Skip to content
Snippets Groups Projects
Commit f23f5e80 authored by Julian Kornberger's avatar Julian Kornberger Committed by takt
Browse files

Switch to Codecov

parent a651b4da
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ jobs:
- run: dep ensure -v
- run: go get github.com/mattn/goveralls
- run: go test -v -cover -coverprofile=coverage.out ./...
- run: goveralls -coverprofile=coverage.out -service=circle-ci -repotoken=$COVERALLS_TOKEN
- run: go test -v -cover -coverprofile=coverage.txt ./...
- run: bash <(curl -s https://codecov.io/bash)
- run: .circleci/build-examples
- run: .circleci/check-gofmt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment