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 9ab0fc5 commit 5f40019Copy full SHA for 5f40019
build/build/Tasks/Test/PublishCoverage.cs
@@ -21,7 +21,7 @@ public override void Run(BuildContext context)
21
{
22
var coverageFiles = context
23
.GetFiles($"{Paths.TestOutput}/*.coverage.*.xml")
24
- .Select(file => context.MakeRelative(file).ToString()).ToArray();
+ .Select(file => context.MakeRelative(file).ToString()).ToArray();
25
26
var token = context.Credentials?.CodeCov?.Token;
27
if (string.IsNullOrEmpty(token))
0 commit comments