We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf19c6 commit 570d2c6Copy full SHA for 570d2c6
server/src/streams/coverage/CLICoverageAndResultsWriter.cpp
@@ -54,7 +54,7 @@ void CLICoverageAndResultsWriter::writeResponse(const utbot::ProjectContext &pro
54
}
55
ss << "Totals:\n";
56
ss << totals;
57
- fs::path resultsFilePath = resultsDirectory / (TimeUtils::getDate() + ".log");
+ fs::path resultsFilePath = resultsDirectory / "tests-result.log";
58
FileSystemUtils::writeToFile(resultsFilePath, ss.str());
59
LOG_S(INFO) << ss.str();
60
printer::CoverageAndResultsStatisticsPrinter statsPrinter = printer::CoverageAndResultsStatisticsPrinter(resultsDirectory);
0 commit comments