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
65e35252f1
commit
88d95d4a6c
4 changed files with 13 additions and 11 deletions
3
dist/index.js
vendored
3
dist/index.js
vendored
|
|
@ -16734,7 +16734,8 @@ const getPlatform = (os) => {
|
|||
return 'linux';
|
||||
};
|
||||
const getBaseUrl = (platform, version) => {
|
||||
return `https://cli.codecov.io/${version}/${platform}/${getUploaderName(platform)}`;
|
||||
return `https://cli.codecov.io/${platform}/${getUploaderName(platform)}`;
|
||||
// https://cli.codecov.io/v0.1.1_test/linux/codecov
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue