Salome HOME
Task 5.1.7: To be able to export a part to a file and import it into an existing...
[modules/shaper.git] / lcov_reports.sh
index ebd0c76a13e29732ac949a37e7704c597cd92cd7..cd094cf1528fb31670e24af8f0b45dfd6e2d4ce3 100755 (executable)
@@ -65,9 +65,6 @@ for MASK in $ALL; do
     mv -f covElse_res covElse
   fi
 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