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 c0dc1c8 commit 9ba1f4aCopy full SHA for 9ba1f4a
.github/workflows/coverage.yml
@@ -57,7 +57,7 @@ jobs:
57
echo ""
58
59
# Extract coverage from CI run (actual)
60
- CI_COV=$(ts-node --files -e "
+ CI_COV=$(npx ts-node --files -e "
61
import fs from 'fs';
62
import path from 'path';
63
const content = fs.readFileSync('coverage/lcov.info', 'utf8').replace(/\r\n/g, '\n');
0 commit comments