We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a5194 commit b06c962Copy full SHA for b06c962
dist/index.js
@@ -113864,7 +113864,6 @@ const push = async (coverageDirectory) => {
113864
}
113865
};
113866
exports.push = push;
113867
-(0, exports.push)(".coverage");
113868
113869
113870
/***/ }),
src/scripts/push.ts
@@ -55,5 +55,3 @@ export const push = async (coverageDirectory: string) => {
55
56
57
58
-
59
-push(".coverage");
0 commit comments