Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit ea7a618

Browse files
committed
reporter: fix api request and endpoint
Signed-off-by: Luís Ferreira <[email protected]>
1 parent dfa5669 commit ea7a618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private static string GetBaseApiOrDefault()
114114
/// <returns>an async http response</returns>
115115
private static HttpResponseMessage MakeFinalRequest(string commitUuid, string projectToken)
116116
{
117-
return MakeRequest("", $"{GetBaseApiOrDefault()}/2.0/commit/{commitUuid}/coverageFinal",
117+
return MakeRequest("{}", $"/2.0/commit/{commitUuid}/coverageFinal",
118118
projectToken);
119119
}
120120

0 commit comments

Comments
 (0)