gvor coverage results?
Has anyone managed to analyse compiled C++ with gcov & publish results to TeamCity?
I'm producing a coverage.zip file and that has an index.html in there along with other HTML files.
I'm using a service request to ##teamcity[publishArtifact 'coverage.zip'] the report.
But it isn't listed in the Artifacts and it definitely isn't listed as a tab.
I have Code Coverage as a Report tab set up as "coverage.zip!index.html"
Please sign in to leave a comment.
Fixed it.