fastcov version 1.8
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.