Merge topic 'update_jacoco_search_paths'
9fd04f87 CTEST: Update Jacoco Coverage search paths
This commit is contained in:
commit
c1560296db
@ -42,6 +42,9 @@ class cmParseJacocoCoverage::XMLParser: public cmXMLParser
|
|||||||
"/" + this->ModuleName + "/src/main/java/" +
|
"/" + this->ModuleName + "/src/main/java/" +
|
||||||
this->PackageName;
|
this->PackageName;
|
||||||
this->FilePaths.push_back(FilePath);
|
this->FilePaths.push_back(FilePath);
|
||||||
|
FilePath = this->Coverage.SourceDir +
|
||||||
|
"/src/main/java/" + this->PackageName;
|
||||||
|
this->FilePaths.push_back(FilePath);
|
||||||
}
|
}
|
||||||
else if(name == "sourcefile")
|
else if(name == "sourcefile")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user