mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-04 06:15:07 +09:00
fix: change coverage provider
This commit is contained in:
@@ -27,7 +27,7 @@ export async function cleanup() {
|
|||||||
core.setFailed(errorMessage(error));
|
core.setFailed(errorMessage(error));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* istanbul ignore next */
|
/* c8 ignore start */
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
(async () => {
|
(async () => {
|
||||||
await cleanup();
|
await cleanup();
|
||||||
|
|||||||
+1
-1
@@ -197,7 +197,7 @@ export async function run() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* istanbul ignore next */
|
/* c8 ignore start */
|
||||||
if (require.main === module) {
|
if (require.main === module) {
|
||||||
(async () => {
|
(async () => {
|
||||||
await run();
|
await run();
|
||||||
|
|||||||
Reference in New Issue
Block a user