1
0
Fork 0
mirror of synced 2026-06-05 17:55:14 +00:00

fix: change coverage provider

This commit is contained in:
Tom Keller 2022-10-18 18:11:50 -07:00
commit 475e183cb5
No known key found for this signature in database
GPG key ID: E1806C1EE1663B8D
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -197,7 +197,7 @@ export async function run() {
}
}
/* istanbul ignore next */
/* c8 ignore start */
if (require.main === module) {
(async () => {
await run();