Skip to content

Commit 9295fca

Browse files
authored
Update access modifier "public Method()" (#1588)
1 parent a0bd87d commit 9295fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coverlet.core/CoverageResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ internal class Branches : List<BranchInfo> { }
2424
internal class Method
2525
{
2626
[JsonConstructor]
27-
internal Method()
27+
public Method()
2828
{
2929
Lines = [];
3030
Branches = [];

0 commit comments

Comments
 (0)