mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-07 19:47:25 +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
|
||||
)
|
||||
.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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue