Skip to content

Add default hook 'lcov' for coverage instrumentation

Compare
Choose a tag to compare
@PrzemekWirkus PrzemekWirkus released this 23 Mar 10:29
· 385 commits to master since this release

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.