This commit is contained in:
Tom Hu 2021-06-10 23:01:10 -04:00
parent d404e59e88
commit a48be3a378
No known key found for this signature in database
GPG key ID: F7E832BD316D5603
2 changed files with 0 additions and 2 deletions

1
dist/index.js vendored
View file

@ -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);

View file

@ -20,7 +20,6 @@ try {
exec.exec('bash', execArgs, options)
.catch((err) => {
console.log(status);
console.log(err);
if (failCi) {
core.setFailed(