mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
change tests
This commit is contained in:
parent
88d95d4a6c
commit
1ea74c152f
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ const getPlatform = (os?: string): string => {
|
|||
|
||||
const getBaseUrl = (platform: string, version: string): string => {
|
||||
return `https://cli.codecov.io/${platform}/${getUploaderName(platform)}`;
|
||||
// https://cli.codecov.io/v0.1.1_test/linux/codecov
|
||||
// https://cli.codecov.io/v0.1.1_test/linux/codecov
|
||||
};
|
||||
|
||||
export {
|
||||
|
|
|
|||
Loading…
Reference in a new issue