mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-15 23:41:45 +00:00
change url
This commit is contained in:
parent
9b87723d6a
commit
d4c45cf0a5
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const getPlatform = (os?: string): string => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const getBaseUrl = (platform: string, version: string): string => {
|
const getBaseUrl = (platform: string, version: string): string => {
|
||||||
return `https://uploader.codecov.io/${version}/${platform}/${getUploaderName(platform)}`;
|
return `https://cli.codecov.io/${version}/${platform}/${getUploaderName(platform)}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
export {
|
export {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue