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 9c341dc commit ebab58bCopy full SHA for ebab58b
test/coverlet.integration.tests/Msbuild.cs
@@ -14,7 +14,7 @@ public class Msbuild : BaseTest
14
private readonly string _buildConfiguration;
15
private readonly string _buildTargetFramework;
16
private readonly ITestOutputHelper _output;
17
- private static readonly string s_expectedResult = "| coverletsamplelib.integration.template | 50 % | 100 % | 50 % |";
+ private static readonly string s_expectedResult = "| coverletsamplelib.integration.template | 100% | 100% | 100% |";
18
19
public Msbuild(ITestOutputHelper output)
20
{
0 commit comments