Salome HOME
Support of attributes located in the same switch in several cases
[modules/shaper.git] / lcov-run.sh
index 17f3900688f9714406f45c93daf1d91e9f336364..01a734b44d8ddeccb9b4c2bf4c2111f4f106788e 100755 (executable)
@@ -3,7 +3,7 @@
 source env_lcov.sh
 
 echo "Collect coverage data..."
-lcov --capture --directory ../ --output-file coverage.info
+lcov --capture --directory $(cd ../; pwd) --output-file coverage.info --no-external
 
 echo "Generate HTML for coverage data..."
 genhtml coverage.info --output-directory lcov_html