Skip to content
Snippets Groups Projects
Commit d4b7365c authored by Julien Malik's avatar Julien Malik
Browse files

COMP: do not check coverage of Qt moc file

parent 05e9ffe9
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
# Exclude SWIG wrappers files
".*/Code/Wrappers/SWIG/otbApplicationPYTHON_wrap.*"
".*/Code/Wrappers/SWIG/otbApplicationJAVA_wrap.*"
# Exclude Qt moc file
".*moc_.*"
)
SET(CTEST_CUSTOM_WARNING_EXCEPTION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment