Merge pull request #7101 from bowei/rm-codecov
Remove usage of codecov.io for the time being
This commit is contained in:
commit
bb3627d422
2 changed files with 0 additions and 7 deletions
6
Makefile
6
Makefile
|
@ -137,12 +137,6 @@ print-e2e-suite: e2e-test-binary ## Prints information about the suite of e2e te
|
||||||
@build/run-in-docker.sh \
|
@build/run-in-docker.sh \
|
||||||
hack/print-e2e-suite.sh
|
hack/print-e2e-suite.sh
|
||||||
|
|
||||||
.PHONY: cover
|
|
||||||
cover: ## Run go coverage unit tests.
|
|
||||||
@build/cover.sh
|
|
||||||
echo "Uploading coverage results..."
|
|
||||||
@curl -s https://codecov.io/bash | bash
|
|
||||||
|
|
||||||
.PHONY: vet
|
.PHONY: vet
|
||||||
vet:
|
vet:
|
||||||
@go vet $(shell go list ${PKG}/internal/... | grep -v vendor)
|
@go vet $(shell go list ${PKG}/internal/... | grep -v vendor)
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
# NGINX Ingress Controller
|
# NGINX Ingress Controller
|
||||||
|
|
||||||
[](https://codecov.io/gh/kubernetes/ingress-nginx)
|
|
||||||
[](https://goreportcard.com/report/github.com/kubernetes/ingress-nginx)
|
[](https://goreportcard.com/report/github.com/kubernetes/ingress-nginx)
|
||||||
[](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
|
[](https://github.com/kubernetes/ingress-nginx/blob/master/LICENSE)
|
||||||
[](https://github.com/kubernetes/ingress-nginx/stargazers)
|
[](https://github.com/kubernetes/ingress-nginx/stargazers)
|
||||||
|
|
Loading…
Reference in a new issue