Skip to content

Commit 9ba1f4a

Browse files
committed
fixed fail coverage job
1 parent c0dc1c8 commit 9ba1f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo ""
5858
5959
# Extract coverage from CI run (actual)
60-
CI_COV=$(ts-node --files -e "
60+
CI_COV=$(npx ts-node --files -e "
6161
import fs from 'fs';
6262
import path from 'path';
6363
const content = fs.readFileSync('coverage/lcov.info', 'utf8').replace(/\r\n/g, '\n');

0 commit comments

Comments
 (0)