mirror of
https://github.com/containrrr/watchtower.git
synced 2025-03-29 21:21:02 +02:00
remove dead code and goverage dependency
This commit is contained in:
parent
ce6ba0801f
commit
1b3db5ed5d
@ -36,18 +36,9 @@ workflows:
|
|||||||
only: /.*/
|
only: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /.*/
|
only: /.*/
|
||||||
# - integration_testing:
|
|
||||||
# requires:
|
|
||||||
# - checkout
|
|
||||||
# filters:
|
|
||||||
# branches:
|
|
||||||
# only: /.*/
|
|
||||||
# tags:
|
|
||||||
# only: /.*/
|
|
||||||
- build:
|
- build:
|
||||||
requires:
|
requires:
|
||||||
- testing
|
- testing
|
||||||
# - integration_testing
|
|
||||||
- linting
|
- linting
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
@ -96,17 +87,8 @@ jobs:
|
|||||||
at: .
|
at: .
|
||||||
- run: go build ./...
|
- run: go build ./...
|
||||||
- run: go get github.com/schrej/godacov
|
- run: go get github.com/schrej/godacov
|
||||||
- run: go get -u github.com/haya14busa/goverage
|
- run: go test ./... -coverprofile coverage.out
|
||||||
- run: goverage -v -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
|
||||||
#integration_testing:
|
|
||||||
# executor: go
|
|
||||||
# steps:
|
|
||||||
# - attach_workspace:
|
|
||||||
# at: .
|
|
||||||
# - run: go build .
|
|
||||||
# - setup_remote_docker
|
|
||||||
# - run: ./scripts/lifecycle-tests.sh
|
|
||||||
build:
|
build:
|
||||||
executor: go
|
executor: go
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user