mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
fix: better logs
This commit is contained in:
parent
fc784079cb
commit
844470b397
3 changed files with 13 additions and 13 deletions
12
dist/index.js
vendored
12
dist/index.js
vendored
|
|
@ -24603,26 +24603,26 @@ try {
|
|||
res.pipe(filePath);
|
||||
}).on('error', (err) => {
|
||||
if (external_fs_.existsSync(filename)) {
|
||||
core.info('IT EXISTS');
|
||||
core.info('IT EXISTS on');
|
||||
}
|
||||
else {
|
||||
core.info('IT DOESNT EXIST');
|
||||
core.info('IT DOESNT EXIST on');
|
||||
}
|
||||
setFailure(`Codecov:Failed to write uploader binary: ${err.message}\n${err}`, true);
|
||||
core.info(`${console.trace()}`);
|
||||
}).on('finish', () => src_awaiter(void 0, void 0, void 0, function* () {
|
||||
if (external_fs_.existsSync(filename)) {
|
||||
core.info('IT EXISTS');
|
||||
core.info('IT EXISTS finish');
|
||||
}
|
||||
else {
|
||||
core.info('IT DOESNT EXIST');
|
||||
core.info('IT DOESNT EXIST finish');
|
||||
}
|
||||
filePath.close();
|
||||
if (external_fs_.existsSync(filename)) {
|
||||
core.info('IT EXISTS');
|
||||
core.info('IT EXISTS close');
|
||||
}
|
||||
else {
|
||||
core.info('IT DOESNT EXIST');
|
||||
core.info('IT DOESNT EXIST close');
|
||||
}
|
||||
yield validate(filename, platform, uploaderVersion, verbose, failCi);
|
||||
yield version(platform, uploaderVersion);
|
||||
|
|
|
|||
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