mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-10 04:57:24 +00:00
fix: whitespace
This commit is contained in:
parent
7d3a55eb5e
commit
d68aacaaa1
3 changed files with 5 additions and 5 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -32752,7 +32752,7 @@ try {
|
||||||
const doUpload = () => src_awaiter(void 0, void 0, void 0, function* () {
|
const doUpload = () => src_awaiter(void 0, void 0, void 0, function* () {
|
||||||
yield exec.exec(getCommand(filename, args, uploadCommand).join(' '), uploadExecArgs, uploadOptions)
|
yield exec.exec(getCommand(filename, args, uploadCommand).join(' '), uploadExecArgs, uploadOptions)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
setFailure(`Codecov:
|
setFailure(`Codecov:
|
||||||
Failed to properly upload report: ${err.message}`, failCi);
|
Failed to properly upload report: ${err.message}`, failCi);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
@ -32763,7 +32763,7 @@ try {
|
||||||
yield doUpload();
|
yield doUpload();
|
||||||
}
|
}
|
||||||
})).catch((err) => {
|
})).catch((err) => {
|
||||||
setFailure(`Codecov:
|
setFailure(`Codecov:
|
||||||
Failed to properly create report: ${err.message}`, failCi);
|
Failed to properly create report: ${err.message}`, failCi);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -72,7 +72,7 @@ try {
|
||||||
uploadOptions)
|
uploadOptions)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
setFailure(
|
setFailure(
|
||||||
`Codecov:
|
`Codecov:
|
||||||
Failed to properly upload report: ${err.message}`,
|
Failed to properly upload report: ${err.message}`,
|
||||||
failCi,
|
failCi,
|
||||||
);
|
);
|
||||||
|
|
@ -89,7 +89,7 @@ try {
|
||||||
}
|
}
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
setFailure(
|
setFailure(
|
||||||
`Codecov:
|
`Codecov:
|
||||||
Failed to properly create report: ${err.message}`,
|
Failed to properly create report: ${err.message}`,
|
||||||
failCi,
|
failCi,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue