Disable godacov

pull/545/head v1.0.0
Simon Aronsson 4 years ago
parent a70f61974c
commit ebb715b731
No known key found for this signature in database
GPG Key ID: FAD201D3387ED34B

@ -88,7 +88,7 @@ jobs:
- run: go build ./...
- run: go get github.com/schrej/godacov
- 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:
executor: go
steps:
@ -229,7 +229,7 @@ jobs:
md-toc
- add_ssh_keys:
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:
name: Generate and publish
command: |

Loading…
Cancel
Save