Document how to run coverage.
authorChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 3 Jan 2014 17:45:27 +0000 (12:45 -0500)
committerChristopher Peplin <chris.peplin@rhubarbtech.com>
Fri, 3 Jan 2014 17:45:27 +0000 (12:45 -0500)
README.mkd

index 59d5ae5..d16a893 100644 (file)
@@ -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