Skip to content

fastcov version 1.6

Compare
Choose a tag to compare
@RPGillespie6 RPGillespie6 released this 19 May 17:36
· 63 commits to master since this release

Description:

  • Fix #43 (reduce memory footprint of fastcov)
  • Refactor GCDA processing to use multiprocessing.Process instead of threading (should result in 15%+ speedup on larger projects since each gcda worker can now bypass GIL and leverage additional cpu resources)
  • When branch lists mismatch, overlay smaller list on bigger list
  • Add option --skip-exclusion-markers to skip the step where fastcov scans source files for exclusion markers
  • Add SPDX license id and url