additional coverage excludes

This commit is contained in:
Robin Müller 2021-10-11 17:28:07 +02:00
parent e8927d6aa8
commit 348975ba5f
1 changed files with 2 additions and 0 deletions

View File

@ -194,6 +194,8 @@ if(FSFW_BUILD_UNITTESTS)
elseif(UNIX)
set(COVERAGE_EXCLUDES
"/usr/include/*" "/usr/bin/*" "Catch2/*"
"/usr/local/include/*" "*/fsfw_tests/*"
"/catch2-src/*"
)
endif()