From 2fcb4a9b5606f08209588b79de3f256a6cdd6b5b Mon Sep 17 00:00:00 2001 From: Will McCutchen <will@mccutch.org> Date: Wed, 3 Jul 2019 14:01:43 -0700 Subject: [PATCH] Adjust code coverage badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7555eaf..b849b1b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A reasonably complete and well-tested golang port of [Kenneth Reitz][kr]'s [](https://godoc.org/github.com/mccutchen/go-httpbin) [](http://travis-ci.org/mccutchen/go-httpbin) -[](http://gocover.io/github.com/mccutchen/go-httpbin/httpbin) +[](https://codecov.io/gh/mccutchen/go-httpbin) ## Usage -- GitLab