View Git repositories
branches with status:
Name Status Last Modified Last Commit
lp:~jgrimm/curtin/coverage-for-unittest (Has a merge proposal) 1 Development 2015-12-10 22:12:57 UTC
321. Enable coverage test for unit tests ...

Author: Jon Grimm
Revision Date: 2015-12-10 21:51:04 UTC

Enable coverage test for unit tests

Enabling for vmtest will take a bit more thought, as well as,
combining results all test runs. HTML reports later too. Additionally,
teach bzr to ignore .coverage directory where runtime coverage data gets
written to.

To run:
   make unittest COVERAGE=1
or
   make coverage

The 'coverage' target will grow to support coverage testing all tests.
The default options for nose coverage opts can be overridden via
the 'coverageopts' environment variable.

11 of 1 result