Merge pull request #12759 from senorflor/update-travis-repo

Update Travis and Coveralls URLs
This commit is contained in:
Robert Bailey 2015-08-17 12:02:59 -07:00
commit f21a6e9a93
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Kubernetes
[![GoDoc](https://godoc.org/k8s.io/kubernetes?status.png)](https://godoc.org/k8s.io/kubernetes) [![Travis](https://travis-ci.org/GoogleCloudPlatform/kubernetes.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/kubernetes) [![Coverage Status](https://coveralls.io/repos/GoogleCloudPlatform/kubernetes/badge.svg)](https://coveralls.io/r/GoogleCloudPlatform/kubernetes)
[![GoDoc](https://godoc.org/k8s.io/kubernetes?status.png)](https://godoc.org/k8s.io/kubernetes) [![Travis](https://travis-ci.org/kubernetes/kubernetes.svg?branch=master)](https://travis-ci.org/kubernetes/kubernetes) [![Coverage Status](https://coveralls.io/repos/kubernetes/kubernetes/badge.svg)](https://coveralls.io/r/kubernetes/kubernetes)
### Are you ...
* Interested in learning more about using Kubernetes? Please see our user-facing documentation on [kubernetes.io](http://kubernetes.io)

View File

@ -249,7 +249,7 @@ KUBE_COVER=y hack/test-go.sh pkg/kubectl
Multiple arguments can be passed, in which case the coverage results will be combined for all tests run.
Coverage results for the project can also be viewed on [Coveralls](https://coveralls.io/r/GoogleCloudPlatform/kubernetes), and are continuously updated as commits are merged. Additionally, all pull requests which spawn a Travis build will report unit test coverage results to Coveralls.
Coverage results for the project can also be viewed on [Coveralls](https://coveralls.io/r/kubernetes/kubernetes), and are continuously updated as commits are merged. Additionally, all pull requests which spawn a Travis build will report unit test coverage results to Coveralls. Coverage reports from before the Kubernetes Github organization was created can be found [here](https://coveralls.io/r/GoogleCloudPlatform/kubernetes).
## Integration tests