Run LCOV with --no-external

This commit is contained in:
FeRD (Frank Dana)
2019-12-22 14:24:03 -05:00
parent 1df9840705
commit d5f94dd72d

View File

@@ -143,6 +143,7 @@ endif()
if (ENABLE_COVERAGE)
setup_target_for_coverage_lcov(
NAME coverage
LCOV_ARGS "--no-external"
EXECUTABLE openshot-test
DEPENDENCIES openshot-test)
message("Generate coverage report with 'make coverage'")