mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
statsync
This commit is contained in:
parent
b309dc09a4
commit
6ed02d27a5
2 changed files with 2 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -14726,6 +14726,7 @@ try {
|
|||
else {
|
||||
console.log('file does not exist');
|
||||
}
|
||||
console.log(fs.statSync(filename));
|
||||
exec.exec(filename)["catch"](function (err) {
|
||||
core.setFailed("Codecov failed with the following error: " + err.message);
|
||||
})
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ try {
|
|||
} else {
|
||||
console.log('file does not exist');
|
||||
}
|
||||
console.log(fs.statSync(filename));
|
||||
|
||||
exec.exec(filename)
|
||||
.catch((err) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue