diff --git a/dist/index.js b/dist/index.js index 5b3b40c..e6db9bc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -113864,7 +113864,6 @@ const push = async (coverageDirectory) => { } }; exports.push = push; -(0, exports.push)(".coverage"); /***/ }), diff --git a/src/scripts/push.ts b/src/scripts/push.ts index cf34f02..17bcd8c 100644 --- a/src/scripts/push.ts +++ b/src/scripts/push.ts @@ -55,5 +55,3 @@ export const push = async (coverageDirectory: string) => { } } }; - -push(".coverage");