change tests

This commit is contained in:
Dana 2023-03-14 14:56:03 +02:00
parent 89503c278d
commit ea9a7a3f22
No known key found for this signature in database
GPG key ID: CE3464681E428690
2 changed files with 3 additions and 3 deletions

4
dist/index.js vendored
View file

@ -16734,8 +16734,9 @@ const getPlatform = (os) => {
return 'linux'; return 'linux';
}; };
const getBaseUrl = (platform, version) => { const getBaseUrl = (platform, version) => {
console.log(`------https://cli.codecov.io/${platform}/${getUploaderName(platform)}`);
return `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) => { external_https_.get(getBaseUrl(platform, uploaderVersion), (res) => {
// Image will be stored at this path // Image will be stored at this path
const filePath = external_fs_.createWriteStream(filename); const filePath = external_fs_.createWriteStream(filename);
console.log('filePath', filePath);
res.pipe(filePath); res.pipe(filePath);
filePath filePath
.on('error', (err) => { .on('error', (err) => {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long