replace set fail with warning

This commit is contained in:
ibrahim0814
2019-12-05 15:48:29 -08:00
parent dd4242c61d
commit 78d806df69
2 changed files with 4 additions and 4 deletions

4
dist/index.js vendored
View File

@@ -332,7 +332,7 @@ try {
], ],
options options
).catch((err)=>{ ).catch((err)=>{
core.setFailed(`Codecov failed with the following error ${err}`); core.warning(`Codecov encountered the following error: ${err}`);
}) })
.then(() => { .then(() => {
unlinkFile(); unlinkFile();
@@ -377,7 +377,7 @@ try {
], ],
options options
).catch((err)=>{ ).catch((err)=>{
core.setFailed(`Codecov failed with the following error ${err}`); core.warning(`Codecov encountered the following error: ${err}`);
}) })
.then(() => { .then(() => {
unlinkFile(); unlinkFile();

View File

@@ -69,7 +69,7 @@ try {
], ],
options options
).catch((err)=>{ ).catch((err)=>{
core.setFailed(`Codecov failed with the following error ${err}`); core.warning(`Codecov encountered the following error: ${err}`);
}) })
.then(() => { .then(() => {
unlinkFile(); unlinkFile();
@@ -114,7 +114,7 @@ try {
], ],
options options
).catch((err)=>{ ).catch((err)=>{
core.setFailed(`Codecov failed with the following error ${err}`); core.warning(`Codecov encountered the following error: ${err}`);
}) })
.then(() => { .then(() => {
unlinkFile(); unlinkFile();