fix: change coverage provider
This commit is contained in:
parent
49bbbeb420
commit
475e183cb5
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ export async function cleanup() {
|
|||
core.setFailed(errorMessage(error));
|
||||
}
|
||||
}
|
||||
/* istanbul ignore next */
|
||||
/* c8 ignore start */
|
||||
if (require.main === module) {
|
||||
(async () => {
|
||||
await cleanup();
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@ export async function run() {
|
|||
}
|
||||
}
|
||||
|
||||
/* istanbul ignore next */
|
||||
/* c8 ignore start */
|
||||
if (require.main === module) {
|
||||
(async () => {
|
||||
await run();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue