Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit c942c2c

Browse files
committed
Minor fixes
1 parent 091b997 commit c942c2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const main = async () => {
1717
);
1818
const prNumber = commitPRs.data[0].number;
1919

20-
const codeCoverage = execSync("npx jest --forceExit").toString();
20+
const codeCoverage = execSync("npx jest").toString();
2121
let coveragePercentage = execSync(
2222
"npx coverage-percentage ./coverage/lcov.info --lcov"
2323
).toString();

0 commit comments

Comments
 (0)