| 79 | } |
| 80 | |
| 81 | std::string getTargetSourcePath(std::string ProjectName) { |
| 82 | |
| 83 | return (fs::path(getProjectBaseDirPath(ProjectName)) / fs::path("lib") / |
| 84 | fs::path("lib.c")) |
| 85 | .string(); |
| 86 | } |
| 87 | |
| 88 | std::string getTargetReportPath(std::string ProjectName) { |
| 89 |
no test coverage detected