From: azv Date: Tue, 4 Dec 2018 09:34:50 +0000 (+0300) Subject: [Code coverage SketchPlugin]: Remove Ellipse from the coverage X-Git-Tag: End2018~121 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=396b9a397c9b651a3ef8ced9af211af899a5abb3;p=modules%2Fshaper.git [Code coverage SketchPlugin]: Remove Ellipse from the coverage Ellipse is not supported yet. --- diff --git a/lcov_reports.sh b/lcov_reports.sh index 50ca7da69..6a1f43b64 100755 --- a/lcov_reports.sh +++ b/lcov_reports.sh @@ -65,6 +65,9 @@ for MASK in 'Geom' 'GeomAlgo' 'GDML' 'Primitives' 'Builder' 'Collection' 'Connec lcov -r covElse *${MASK}API* --output-file covElse_res -q mv -f covElse_res covElse done +# remove SketchPlugin's Ellipse feature (unsupported yet) +lcov -r covElse SketchPlugin*Ellipse* --output-file covElse_res -q +mv -f covElse_res covElse rm -rf lcov_htmlElse genhtml covElse --output-directory lcov_htmlElse -q