From 09dc97c24f9f9a9c2638405167bffe339f666e2a Mon Sep 17 00:00:00 2001
From: Christopher Peplin <chris.peplin@rhubarbtech.com>
Date: Fri, 3 Jan 2014 12:45:27 -0500
Subject: Document how to run coverage.

---
 README.mkd | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.mkd b/README.mkd
index 59d5ae5d..d16a8931 100644
--- a/README.mkd
+++ b/README.mkd
@@ -91,6 +91,11 @@ requires the unit testing library `check`.
 
     $ make test
 
+You can also see the test coverage if you have `lcov` installed and the
+`BROWSER` environment variable set to your choice of web browsers:
+
+    $ BROWSER=google-chrome-stable make coverage
+
 ## Authors
 
 Chris Peplin cpeplin@ford.com
-- 
cgit