Skip to content
Snippets Groups Projects
Commit fc82cae0 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Exclude from coverage hard-to-reach code

parent 6340e047
Branches
No related tags found
1 merge request!199Integrate checkpointing
......@@ -14,9 +14,11 @@ createDirectoryIfNeeded(const std::string& filename)
try {
std::filesystem::create_directories(path);
}
// LCOV_EXCL_START
catch (std::filesystem::filesystem_error& e) {
throw NormalError(e.what());
}
// LCOV_EXCL_STOP
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment