Skip to content

Commit

Permalink
Disable godacov
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed May 22, 2020
1 parent a70f619 commit ebb715b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
at: . at: .
- run: go build . - run: go build .
- run: go get -u golang.org/x/lint/golint - run: go get -u golang.org/x/lint/golint
- run: golint -set_exit_status ./... - run: golint -set_exit_status ./...
testing: testing:
executor: go executor: go
steps: steps:
Expand All @@ -88,7 +88,7 @@ jobs:
- run: go build ./... - run: go build ./...
- run: go get github.com/schrej/godacov - run: go get github.com/schrej/godacov
- run: go test ./... -coverprofile coverage.out - run: go test ./... -coverprofile coverage.out
- run: godacov -t $CODACY_TOKEN -r ./coverage.out -c $CIRCLE_SHA1 # - run: godacov -t $CODACY_TOKEN -r ./coverage.out -c $CIRCLE_SHA1
build: build:
executor: go executor: go
steps: steps:
Expand All @@ -102,7 +102,7 @@ jobs:
wget https://github.com/goreleaser/goreleaser/releases/download/v0.104.1/goreleaser_Linux_x86_64.tar.gz && \ wget https://github.com/goreleaser/goreleaser/releases/download/v0.104.1/goreleaser_Linux_x86_64.tar.gz && \
tar -xvf goreleaser_Linux_x86_64.tar.gz && \ tar -xvf goreleaser_Linux_x86_64.tar.gz && \
./goreleaser -v ./goreleaser -v
- run: - run:
name: Execute goreleaser name: Execute goreleaser
command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --snapshot --skip-publish --debug command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --snapshot --skip-publish --debug
publishing: publishing:
Expand All @@ -121,8 +121,8 @@ jobs:
- run: - run:
name: Login to docker hub name: Login to docker hub
command: | command: |
echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin echo "$DOCKER_PASS" | docker login -u $DOCKER_USER --password-stdin
- run: - run:
name: Execute goreleaser name: Execute goreleaser
command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --debug command: CGO_ENABLED=${CGO_ENABLED:-0} ../goreleaser --debug
- run: - run:
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
md-toc md-toc
- add_ssh_keys: - add_ssh_keys:
fingerprints: fingerprints:
- "91:75:47:15:b2:8e:85:e5:67:0e:63:7f:22:d2:b4:6e" - '91:75:47:15:b2:8e:85:e5:67:0e:63:7f:22:d2:b4:6e'
- run: - run:
name: Generate and publish name: Generate and publish
command: | command: |
Expand Down

0 comments on commit ebb715b

Please sign in to comment.