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);
|
||||
}
|
||||
exec.exec('bash', execArgs_1, options_1)["catch"](function (err) {
|
||||
console.log(status);
|
||||
console.log(err);
|
||||
if (failCi_1) {
|
||||
core.setFailed("Codecov failed with the following error: " + err.message);
|
||||
|
||||
@@ -20,7 +20,6 @@ try {
|
||||
|
||||
exec.exec('bash', execArgs, options)
|
||||
.catch((err) => {
|
||||
console.log(status);
|
||||
console.log(err);
|
||||
if (failCi) {
|
||||
core.setFailed(
|
||||
|
||||
Reference in New Issue
Block a user