added missing leading *

This commit is contained in:
Robin Müller 2021-10-11 17:51:13 +02:00
parent 348975ba5f
commit 060b3a3b2c
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -195,7 +195,7 @@ if(FSFW_BUILD_UNITTESTS)
set(COVERAGE_EXCLUDES set(COVERAGE_EXCLUDES
"/usr/include/*" "/usr/bin/*" "Catch2/*" "/usr/include/*" "/usr/bin/*" "Catch2/*"
"/usr/local/include/*" "*/fsfw_tests/*" "/usr/local/include/*" "*/fsfw_tests/*"
"/catch2-src/*" "*/catch2-src/*"
) )
endif() endif()