mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-14 06:06:38 +01:00
Disable godacov
This commit is contained in:
parent
a70f61974c
commit
ebb715b731
1 changed files with 6 additions and 6 deletions
|
|
@ -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:
|
||||||
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue