We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d3787 commit fb8a603Copy full SHA for fb8a603
scriptsBuild/generateTestCoverageReport.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-lcov --capture --directory . --output-file coverage_full.info
4
-lcov --remove coverage_full.info '*/thirdParty/*' '*/tests/*' '*/include/ITK*' '*v1*' '*/ITKIOFactoryRegistration/*' '*/usr/include/*' -o coverage.info
5
-genhtml coverage.info --output-directory out
6
-open out/index.html
+eval lcov --capture --directory . --output-file coverage_full.info
+eval lcov --remove coverage_full.info '*/thirdParty/*' '*/tests/*' '*/include/ITK*' '*v1*' '*/ITKIOFactoryRegistration/*' '*/usr/include/*' -o coverage.info
+eval genhtml coverage.info --output-directory out
+eval open out/index.html
0 commit comments