From 1b3db5ed5d16a4a3f9387fcc6e923c7b576b495b Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Sun, 15 Sep 2019 16:52:39 +0200 Subject: [PATCH] remove dead code and goverage dependency --- .circleci/config.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6b93d1..41183b5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,18 +36,9 @@ workflows: only: /.*/ tags: only: /.*/ - # - integration_testing: - # requires: - # - checkout - # filters: - # branches: - # only: /.*/ - # tags: - # only: /.*/ - build: requires: - testing - # - integration_testing - linting filters: branches: @@ -96,17 +87,8 @@ jobs: at: . - run: go build ./... - run: go get github.com/schrej/godacov - - run: go get -u github.com/haya14busa/goverage - - run: goverage -v -coverprofile=coverage.out ./... + - run: go test ./... -coverprofile coverage.out - run: godacov -t $CODACY_TOKEN -r ./coverage.out -c $CIRCLE_SHA1 - #integration_testing: - # executor: go - # steps: - # - attach_workspace: - # at: . - # - run: go build . - # - setup_remote_docker - # - run: ./scripts/lifecycle-tests.sh build: executor: go steps: