mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-11 05:27:24 +00:00
prettify
This commit is contained in:
parent
8c950ae5c5
commit
ecf5f576a0
1 changed files with 2 additions and 6 deletions
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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue