Skip to content

Commit

Permalink
ci: Include integration tests in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed May 18, 2021
1 parent 96c0ffc commit c96e184
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ jobs:
executor: linux-gcc-latest
environment:
BUILD_TYPE: Coverage
TESTS_FILTER: unittests
TESTS_FILTER: unittests|integration
steps:
- build
- test
Expand All @@ -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
Expand All @@ -300,7 +298,7 @@ jobs:
executor: linux-clang-latest
environment:
BUILD_TYPE: Coverage
TESTS_FILTER: unittests
TESTS_FILTER: unittests|integration
steps:
- build
- run:
Expand Down

0 comments on commit c96e184

Please sign in to comment.