mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +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';
|
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
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue