Skip to content

0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 12:42

Fixed

  • File paths for warnings was always relative to working dir only. ProjectPath setting in config and proj flag was completely ignored.
  • Removed some code duplication.
  • Data race is cured by adding a wait group to wait for all file reports being processed. Sometimes looping through all the files was ended prior the last report is collected from channel leading to incomplete counts. No more.

Changed

  • Now warnings for functions coverage aren't shown per line, but instead are included in file coverage warnings. It still includes xccov messages with the line numbers.
  • New filter added to mute warnings for paths without excluding the path from coverage report.
  • Filters may be inverted individually with new flags and config settings. Please check readme and config example for usage.
  • No breaking changes were introduced.