mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
a var
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -1886,7 +1886,6 @@ try {
|
|||||||
core.warning("Codecov warning: " + err.message);
|
core.warning("Codecov warning: " + err.message);
|
||||||
}
|
}
|
||||||
exec.exec('bash', execArgs_1, options_1)["catch"](function (err) {
|
exec.exec('bash', execArgs_1, options_1)["catch"](function (err) {
|
||||||
console.log(status);
|
|
||||||
console.log(err);
|
console.log(err);
|
||||||
if (failCi_1) {
|
if (failCi_1) {
|
||||||
core.setFailed("Codecov failed with the following error: " + err.message);
|
core.setFailed("Codecov failed with the following error: " + err.message);
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ try {
|
|||||||
|
|
||||||
exec.exec('bash', execArgs, options)
|
exec.exec('bash', execArgs, options)
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log(status);
|
|
||||||
console.log(err);
|
console.log(err);
|
||||||
if (failCi) {
|
if (failCi) {
|
||||||
core.setFailed(
|
core.setFailed(
|
||||||
|
|||||||
Reference in New Issue
Block a user