Skip to content

Commit

Permalink
Remove code coverage step
Browse files Browse the repository at this point in the history
I really don't care all that much, and it doesn't work at the moment.
  • Loading branch information
Robin Sonefors committed Mar 16, 2022
1 parent 4b9904f commit 22459a9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@ jobs:
<<: *defaults
steps:
- checkout
- run: go get github.com/mattn/goveralls
- run: COVERDIR=./coverage make RM= test
- run: ./tools/cover/gather_coverage.sh ./coverage $CIRCLE_WORKING_DIRECTORY/coverage
- run: ~/bin/goveralls -repotoken $COVERALLS_REPO_TOKEN -coverprofile=$CIRCLE_WORKING_DIRECTORY/profile.cov -service=circleci || true
- run: mkdir /tmp/coverage && cp coverage.* /tmp/coverage
- store_artifacts:
path: /tmp/coverage
- run: make RM= test

integration-test:
<<: *defaults
Expand Down

0 comments on commit 22459a9

Please sign in to comment.