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 fdca653 commit 3fe2d90Copy full SHA for 3fe2d90
src/coverlet.core/Helpers/SourceRootTranslator.cs
@@ -38,7 +38,7 @@ public SourceRootTranslator(string moduleTestPath, ILogger logger, IFileSystem f
38
}
39
if (!_fileSystem.Exists(moduleTestPath))
40
{
41
- throw new FileNotFoundException("Module test path not found", moduleTestPath);
+ throw new FileNotFoundException($"Module test path '{moduleTestPath}' not found", moduleTestPath);
42
43
_sourceRootMapping = LoadSourceRootMapping(Path.GetDirectoryName(moduleTestPath));
44
0 commit comments