We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3c7971 + 21ab2ff commit fb2600aCopy full SHA for fb2600a
test/coverlet.integration.tests/BaseTest.cs
@@ -193,7 +193,7 @@ private protected void AddCoverletMsbuildRef(string projectPath)
193
xml.Save(csproj);
194
}
195
196
- private protected void AddCoverletCollectosRef(string projectPath)
+ private protected void AddCoverletCollectorsRef(string projectPath)
197
{
198
string csproj = Path.Combine(projectPath, "coverlet.integration.template.csproj");
199
if (!File.Exists(csproj))
0 commit comments