Salome HOME
Issue #2810: crash creating arc fillet
[modules/shaper.git] / lcov_reports.sh
index a23ed3fd985fb955287b3f0ad8e150983ce25fa8..103bbfa64094897b61a2db70a6b4551867071983 100755 (executable)
@@ -43,6 +43,9 @@ for MASK in $ALL; do
     mv -f covDirect_res covDirect
   fi
 done
+# exclude GeomAPI_AISObject as GUI-related object
+lcov -r covDirect GeomAPI_AISObject* --output-file covDirect_res -q
+mv -f covDirect_res covDirect
 rm -rf lcov_htmlDirect
 genhtml covDirect --output-directory lcov_htmlDirect -q