mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-01 05:45:06 +09:00
fix: change coverage provider
This commit is contained in:
@@ -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();
|
||||
|
||||
+1
-1
@@ -197,7 +197,7 @@ export async function run() {
|
||||
}
|
||||
}
|
||||
|
||||
/* istanbul ignore next */
|
||||
/* c8 ignore start */
|
||||
if (require.main === module) {
|
||||
(async () => {
|
||||
await run();
|
||||
|
||||
Reference in New Issue
Block a user