diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 12:45:27 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-03 12:45:27 -0500 |
commit | 09dc97c24f9f9a9c2638405167bffe339f666e2a (patch) | |
tree | 501fd23215c661a5e824a911990c88f74e83dafd /README.mkd | |
parent | 8ae1d522ae3074ef2de40c90650d7a15f0023cc2 (diff) |
Document how to run coverage.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |