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 11099f0 commit 6d8f686Copy full SHA for 6d8f686
dist/main.js
@@ -6380,8 +6380,6 @@ const main = async () => {
6380
appName,
6381
};
6382
6383
- console.log(context.payload, "context.payload");
6384
-
6385
const lcov = !monorepoBasePath && (await parse$1(raw));
6386
const baselcov = baseRaw && (await parse$1(baseRaw));
6387
src/index.js
@@ -118,8 +118,6 @@ const main = async () => {
118
119
120
121
122
123
const lcov = !monorepoBasePath && (await parse(raw));
124
const baselcov = baseRaw && (await parse(baseRaw));
125
0 commit comments