mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-23 20:27:02 +08:00
prettify
This commit is contained in:
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();
|
||||
|
||||
Reference in New Issue
Block a user