| 86 | } |
| 87 | |
| 88 | std::string getTargetReportPath(std::string ProjectName) { |
| 89 | |
| 90 | return (fs::path(getProjectOutDirPath(ProjectName)) / fs::path("ta") / |
| 91 | fs::path("ta_report.json")) |
| 92 | .string(); |
| 93 | } |
| 94 | |
| 95 | std::string getTargetReportDirPath(std::string ProjectName) { |
| 96 |
no test coverage detected