diff --git a/README.md b/README.md
index 6c5f546109ffca543578617b752a92ec46408ea8..0a4f22bad8058eb924999afe25ad6f790b0d4ea3 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
 
 A WIP golang port of https://httpbin.org/.
 
+[![GoDoc](https://godoc.org/github.com/mccutchen/go-httpbin?status.svg)](https://godoc.org/github.com/mccutchen/go-httpbin)
 [![Build Status](https://travis-ci.org/mccutchen/go-httpbin.svg?branch=master)](http://travis-ci.org/mccutchen/go-httpbin)
+[![Coverage](gocover.io/_badge/github.com/mccutchen/go-httpbin/httpbin?0)](http://gocover.io/github.com/mccutchen/go-httpbin/httpbin)
 
 ## Building