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 f7ab0e7 commit 1112012Copy full SHA for 1112012
.github/workflows/node.js.yml
@@ -36,7 +36,7 @@ jobs:
36
# ];
37
# SUMMARY = SUMMARY.split('\n')[5]; // 'Lines : 31.93% ( 38/119 )'
38
# SUMMARY = SUMMARY.split(':')[1].split('(')[0].trim(); // '31.93%'
39
- SUMMARY="$(npm run test-ci | tail -2 | head -1)"
+ SUMMARY="$(npm run 'test-ci' | tail -2 | head -1)"
40
TOKENS=($SUMMARY)
41
# process.env.COVERAGE = '31.93%';
42
echo "COVERAGE=$(echo ${TOKENS[2]})" >> $GITHUB_ENV
0 commit comments