code_coverage
code_coverage copied to clipboard
Feature: expose gcov files
We use sonarcloud for our analysis and it doesn't understand the .info
files generated. It does however understand .gcov
files.
Would it be possible to expose gcov files?
Do you mean .xml file which able to be read from socarcube? I saw the source codes in this repository. It has gcovr
which generates .xml
file but there is no any usage of that.
Did you solve this issue?
I ended up not using this package because it doesn't export the gcov files but trows them away. I was hoping I could use them in sonarcloud indeed.