]> SALOME platform Git repositories - modules/shaper.git/blobdiff - lcov_reports.sh
Salome HOME
Improve Model package coverage: remove unused methods, open/save tests improvements
[modules/shaper.git] / lcov_reports.sh
index 0fc2f13f89cce8264a0b97911a68b9f52d12372c..5474115e439fc4977340acccd66c720d640b1c68 100755 (executable)
@@ -53,7 +53,7 @@ cp -f covfile covElse
 NEED='BuildPlugin CollectionPlugin Config ConstructionPlugin Events ExchangePlugin FeaturesPlugin GDMLPlugin GeomData GeomDataAPLI GeomValidators InitializationPlugin Model_ ModelAPI ModelGeomAlgo ParametersPlugin PartSetPlugin PrimitivesPlugin Selector SketchPlugin SketchSolver'
 for MASK in $ALL; do
   if ! [[ " $NEED " =~ " $MASK " ]]; then
-    lcov -r covElse *${MASK}API* --output-file covElse_res -q
+    lcov -r covElse *${MASK}* --output-file covElse_res -q
     mv -f covElse_res covElse
   fi
 done