We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4647313 commit f3cf5d3Copy full SHA for f3cf5d3
coverage.sh
@@ -95,7 +95,7 @@ cp -rv coverage "$OUTDIR/coverage-$COMMIT_ID"
95
JSCOVERAGE=$(grep -B1 Lines coverage/index.html | \
96
head -n1 | grep -o '[0-9\.]*')
97
CXXCOVERAGE=$(grep -A3 Lines coverage/cxxcoverage.html | \
98
- grep style|grep -o '[0-9\.]*')
+ grep style | grep -o '[0-9]\{1,3\}\.[0-9]\{1,2\}')
99
100
echo "JS Coverage: $JSCOVERAGE %"
101
echo "C++ Coverage: $CXXCOVERAGE %"
0 commit comments