From 174cc7eff9242a218703dbd747b568d7337bf0af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Fri, 14 May 2021 13:43:12 +0200 Subject: [PATCH] ci: Include integration tests in coverage --- circle.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/circle.yml b/circle.yml index 0d90bb2064..e4312be3ab 100644 --- a/circle.yml +++ b/circle.yml @@ -268,7 +268,7 @@ jobs: executor: linux-gcc-latest environment: BUILD_TYPE: Coverage - TESTS_FILTER: unittests + TESTS_FILTER: unittests|integration steps: - build - test @@ -290,8 +290,6 @@ jobs: environment: CMAKE_OPTIONS: -DSANITIZE=undefined,implicit-conversion,nullability UBSAN_OPTIONS: halt_on_error=1 - # TODO: There is unresolved __ubsan_vptr_type_cache in evmone.so - TESTS_FILTER: unittests steps: - build - test @@ -300,7 +298,7 @@ jobs: executor: linux-clang-latest environment: BUILD_TYPE: Coverage - TESTS_FILTER: unittests + TESTS_FILTER: unittests|integration steps: - build - run: