Remove regex and serde tests from test coverage.

This commit is contained in:
Sebastian Schmidt 2021-07-13 13:48:08 +03:00
parent 8b493be1dd
commit 20e6e12e7c
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#![cfg(not(tarpaulin_include))]
#![cfg(feature = "regex_support")]
use evalexpr::*;

View File

@ -1,3 +1,4 @@
#![cfg(not(tarpaulin_include))]
#![cfg(feature = "serde")]
use evalexpr::{build_operator_tree, Node};