Skip to content

Commit f34a16d

Browse files
committed
don't assume codecov user for auth check service call
fixes #64 Signed-off-by: trevjonez <[email protected]>
1 parent 0a395bf commit f34a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212

1313
export class Codecov {
1414
static baseUrl = "https://api.codecov.io";
15-
static checkAuthPath = "/api/v2/github/codecov";
15+
static checkAuthPath = "/api/v2/github/";
1616

1717
static _init() {
1818
fetchIntercept.register({

0 commit comments

Comments
 (0)