Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

LCOV support #2202

whgibbo ·
Hi,
Does Quickbuild support LCOV output files or do I need to use a third party tool to transform the file?

Thanks
  • replies 3
  • views 776
  • stars 0
steveluo ADMIN ·
Not yet, you can write a plugin to support it or submit a feature request below

Http://track.pmease.com
MFalkner ·

Has there been done anything in this area?
I was still not able to find any reference to lcov or gcov in the latest documentation.

steveluo ADMIN ·

Hi@MFalkner

LCOV seems to be only an extension of gcovr and mainly for generating HTML reports for gcovr, so do you just want to publish the coverage reports from gcovr? If this is your case, you can generate Cobertura report by gcovr and QuickBuild supports publish Cobertura Reports.

Let me know if this can help.