Skip to content

Commit 0e0f65f

Browse files
Update src/coverlet.msbuild.tasks/CoverageResultTask.cs
Co-Authored-By: Toni Solarin-Sodara <[email protected]>
1 parent f06e76f commit 0e0f65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coverlet.msbuild.tasks/CoverageResultTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public override bool Execute()
7676

7777
if (InstrumenterState is null || !File.Exists(InstrumenterState.ItemSpec))
7878
{
79-
_logger.LogError("Instrumenter result file not found");
79+
_logger.LogError("Result of instrumentation task not found");
8080
return false;
8181
}
8282

0 commit comments

Comments
 (0)