Add default hook 'lcov' for coverage instrumentation
Changes:
- Add predefined hook for code coverage support. See here: #110.
- Supported under Ubuntu/Linux/Mac.
- Requires
gcov
,LCOV
installation. - Example command line call:
$ mbedgt -VS --hooks=lcov
or$ mbedgt -VS -H lcov
.
- Released to PyPI.