From 09dc97c24f9f9a9c2638405167bffe339f666e2a Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Fri, 3 Jan 2014 12:45:27 -0500 Subject: [PATCH] Document how to run coverage. --- README.mkd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.mkd b/README.mkd index 59d5ae5..d16a893 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 -- 2.16.6