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
89503c278d
commit
ea9a7a3f22
2 changed files with 3 additions and 3 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -16734,8 +16734,9 @@ const getPlatform = (os) => {
|
|||
return 'linux';
|
||||
};
|
||||
const getBaseUrl = (platform, version) => {
|
||||
console.log(`------https://cli.codecov.io/${platform}/${getUploaderName(platform)}`);
|
||||
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
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -18942,7 +18943,6 @@ try {
|
|||
external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {
|
||||
// Image will be stored at this path
|
||||
const filePath = external_fs_.createWriteStream(filename);
|
||||
console.log('filePath', filePath);
|
||||
res.pipe(filePath);
|
||||
filePath
|
||||
.on('error', (err) => {
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue