MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / GetDefaultPath

Method GetDefaultPath

Exporter/CoberturaExporter.cpp:171–178  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

169
170 //-------------------------------------------------------------------------
171 std::filesystem::path CoberturaExporter::GetDefaultPath(const std::wstring& prefix) const
172 {
173 std::filesystem::path path{ prefix };
174
175 path += "Coverage.xml";
176
177 return path;
178 }
179
180 //-------------------------------------------------------------------------
181 void CoberturaExporter::Export(

Callers 1

ExportFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected