mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-14 10:19:56 -06:00
CTest: clean TargetDirs between unrelated coverage runs (issue 13143)
This commit is contained in:
@@ -142,6 +142,7 @@ void cmCTestCoverageHandler::Initialize()
|
|||||||
this->Superclass::Initialize();
|
this->Superclass::Initialize();
|
||||||
this->CustomCoverageExclude.clear();
|
this->CustomCoverageExclude.clear();
|
||||||
this->SourceLabels.clear();
|
this->SourceLabels.clear();
|
||||||
|
this->TargetDirs.clear();
|
||||||
this->LabelIdMap.clear();
|
this->LabelIdMap.clear();
|
||||||
this->Labels.clear();
|
this->Labels.clear();
|
||||||
this->LabelFilter.clear();
|
this->LabelFilter.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user