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