mirror of
https://github.com/codecov/codecov-action.git
synced 2026-03-30 10:05:07 +00:00
prettify
This commit is contained in:
8
index.js
8
index.js
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user