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 d46f2a7 commit 0b5f36cCopy full SHA for 0b5f36c
FineCodeCoverage/Core/Model/CoverageProject.cs
@@ -498,7 +498,7 @@ private void SetPaths()
498
fccPath = Path.Combine(ProjectOutputFolder, fccFolderName);
499
buildOutputPath = Path.Combine(fccPath, buildOutputFolderName);
500
CoverageOutputFolder = Path.Combine(fccPath, coverageToolOutputFolderName);
501
- CoverageOutputFile = Path.Combine(CoverageOutputFolder, "project.coverage.xml");
+ CoverageOutputFile = Path.Combine(CoverageOutputFolder, $"{ProjectName}.coverage.xml");
502
}
503
private void EnsureDirectories()
504
{
0 commit comments