summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Flor <git.push.origin@gmail.com>2015-08-17 09:17:03 -0700
committerPatrick Flor <git.push.origin@gmail.com>2015-08-17 09:17:03 -0700
commitabb5b4de722f05ed7c24a3cfc5017c71bb2252f2 (patch)
tree960a75d12a0d0ed224bd3d3fb1623251fa4835c2
parent0eb6b6ec3d1bba2e956e63e6309b3d23b9e6c8c4 (diff)
Update dev docs to note new coveralls URL
(also noting old URL for interested parties and future historians)
-rw-r--r--development.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/development.md b/development.md
index db74adaf..a266f7cb 100644
--- a/development.md
+++ b/development.md
@@ -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