Skip to content

fastcov version 1.8

Compare
Choose a tag to compare
@RPGillespie6 RPGillespie6 released this 15 Aug 18:41
· 44 commits to master since this release

Misc. bug fixes and features, special thanks to @rburtnykx

Description:

  • Fixed stdout redirection issue (sys.stdout.encoding is None)
  • Fastcov now uses compile base directory from gcov json by default
  • --dump-statistic can now be used to dump coverage statistics of the processed file(s)
  • --validate-sources can now be used to assert all source files exist
  • --diff-filter and --diff-base-dir can be used to apply a unified diff file to a coverage report
  • Default output file name uses .info if --lcov is passed, .json otherwise.