mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 15:19:51 -05:00
Fix line length.
This commit is contained in:
@@ -765,7 +765,8 @@ int cmCTestCoverageHandler::HandleGTMCoverage(
|
||||
cmCTestCoverageHandlerContainer* cont)
|
||||
{
|
||||
cmParseGTMCoverage cov(*cont, this->CTest);
|
||||
std::string coverageFile = this->CTest->GetBinaryDir() + "/gtm_coverage.mcov";
|
||||
std::string coverageFile = this->CTest->GetBinaryDir() +
|
||||
"/gtm_coverage.mcov";
|
||||
if(cmSystemTools::FileExists(coverageFile.c_str()))
|
||||
{
|
||||
cov.ReadGTMCoverage(coverageFile.c_str());
|
||||
|
||||
Reference in New Issue
Block a user