Skip to content

Commit 22459a9

Browse files
author
Robin Sonefors
committed
Remove code coverage step
I really don't care all that much, and it doesn't work at the moment.
1 parent 4b9904f commit 22459a9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,7 @@ jobs:
6363
<<: *defaults
6464
steps:
6565
- checkout
66-
- run: go get github.com/mattn/goveralls
67-
- run: COVERDIR=./coverage make RM= test
68-
- run: ./tools/cover/gather_coverage.sh ./coverage $CIRCLE_WORKING_DIRECTORY/coverage
69-
- run: ~/bin/goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$CIRCLE_WORKING_DIRECTORY/profile.cov -service=circleci || true
70-
- run: mkdir /tmp/coverage && cp coverage.* /tmp/coverage
71-
- store_artifacts:
72-
path: /tmp/coverage
66+
- run: make RM= test
7367

7468
integration-test:
7569
<<: *defaults

0 commit comments

Comments
 (0)