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 a0bd87d commit 9295fcaCopy full SHA for 9295fca
src/coverlet.core/CoverageResult.cs
@@ -24,7 +24,7 @@ internal class Branches : List<BranchInfo> { }
24
internal class Method
25
{
26
[JsonConstructor]
27
- internal Method()
+ public Method()
28
29
Lines = [];
30
Branches = [];
0 commit comments