Skip to content

Commit 5f40019

Browse files
committed
fix codecov publishing
1 parent 9ab0fc5 commit 5f40019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build/Tasks/Test/PublishCoverage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public override void Run(BuildContext context)
2121
{
2222
var coverageFiles = context
2323
.GetFiles($"{Paths.TestOutput}/*.coverage.*.xml")
24-
.Select(file => context.MakeRelative(file).ToString()).ToArray();
24+
.Select(file => context.MakeRelative(file).ToString()).ToArray();
2525

2626
var token = context.Credentials?.CodeCov?.Token;
2727
if (string.IsNullOrEmpty(token))

0 commit comments

Comments
 (0)