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