mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 17:32:11 +00:00
test: try to log the error better
This commit is contained in:
parent
eaaf4bedf3
commit
a73dca8897
4 changed files with 15 additions and 51 deletions
|
|
@ -29,7 +29,7 @@ try {
|
|||
filePath
|
||||
.on('error', (err) => {
|
||||
setFailure(
|
||||
`Codecov: Failed to write uploader binary: ${err.message}`,
|
||||
`Codecov:Failed to write uploader binary: ${err.message}\n${err}`,
|
||||
true,
|
||||
);
|
||||
}).on('finish', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue