This commit is contained in:
ibrahim0814
2019-12-05 20:18:23 -08:00
parent 8c950ae5c5
commit ecf5f576a0

View File

@@ -103,9 +103,7 @@ try {
options
)
.catch(err => {
core.warning(
`Codecov warning: ${err.message}`
);
core.warning(`Codecov warning: ${err.message}`);
})
.then(() => {
unlinkFile();
@@ -144,9 +142,7 @@ try {
options
)
.catch(err => {
core.warning(
`Codecov warning: ${err.message}`
);
core.warning(`Codecov warning: ${err.message}`);
})
.then(() => {
unlinkFile();