diff --git a/Makefile b/Makefile index 6d782f85bd..c5a649eeba 100644 --- a/Makefile +++ b/Makefile @@ -56,8 +56,8 @@ CMAKE_TOOLS_CONFIG_DIR := $(CMAKE_TOOLS_BUILD_DIR)/cmake_config # MARK: - Coverage exclusions # -EXCLUDE_FROM_GCOVR_COVERAGE = -e '.*Xcode.*' -e '.*_build.*' -e '.*extern.*' -e '.*tests/unit.*' -e '.*tests/mocks.*' -e '.*_test.*\..*' -e '.*include/boost.*' -e '.*include/interface.*' -e '.*CoreSTM32Hal.*' -EXCLUDE_FROM_LCOV_COVERAGE = '*Xcode*' '*_build*' '*extern*' '*tests/unit*' '*tests/mocks*' '*_test*.*' '*include/boost*' '*include/interface*' '*CoreSTM32Hal*' +EXCLUDE_FROM_GCOVR_COVERAGE = -e '.*Xcode.*' -e '.*_build.*' -e '.*extern.*' -e '.*tests/unit.*' -e '.*tests/mocks.*' -e '.*_test.*\..*' -e '.*include/boost.*' -e '.*include/semver.*' -e '.*include/interface.*' -e '.*CoreSTM32Hal.*' +EXCLUDE_FROM_LCOV_COVERAGE = '*Xcode*' '*_build*' '*extern*' '*tests/unit*' '*tests/mocks*' '*_test*.*' '*include/boost*' '*include/semver*' '*include/interface*' '*CoreSTM32Hal*' # # MARK: - .bin path