mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
change tests
This commit is contained in:
parent
ea9a7a3f22
commit
c884f9d984
3 changed files with 3 additions and 3 deletions
|
|
@ -45,7 +45,7 @@ const getPlatform = (os?: string): string => {
|
|||
|
||||
const getBaseUrl = (platform: string, version: string): string => {
|
||||
console.log(`------https://cli.codecov.io/${platform}/${getUploaderName(platform)}`);
|
||||
return `https://cli.codecov.io/${platform}/${getUploaderName(platform)}`;
|
||||
return `https://cli.codecov.io/${version}/${platform}/${getUploaderName(platform)}`;
|
||||
// https://cli.codecov.io/v0.1.1_test/linux/codecov
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue