]> gitweb.hhaalo.de Git - sane-kds-s2000w-net.git/commitdiff
exclude converter for coverage
authorBastian Dehn <hhaalo@arcor.de>
Fri, 31 Oct 2025 17:16:37 +0000 (18:16 +0100)
committerBastian Dehn <hhaalo@arcor.de>
Fri, 31 Oct 2025 17:16:37 +0000 (18:16 +0100)
tests/CMakeLists.txt

index 1377332355eff3a006971ac35d495d3b829a86a4..ae17c712343e3649b32e4fe129209c8192a03d0a 100644 (file)
@@ -119,6 +119,7 @@ ADD_CUSTOM_TARGET("generate_lcov_coverage"
                --exclude "kds_s2000w_client.c"
                --exclude "kds_s2000w_heartbeat.c"
                --exclude "kds_s2000w_debug.c"
+               --exclude "kds_s2000w_image_converter*.c"
                --output-file ${CMAKE_BINARY_DIR}/coverage.info
        DEPENDS "generate_gcov_coverage")