github RPGillespie6/fastcov v1.6
fastcov version 1.6

latest releases: v1.14, v1.13, v1.12...
4 years ago

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

Don't miss a new fastcov release

NewReleases is sending notifications on new releases.