Skip to content

Commit 8d328d3

Browse files
committed
cov
1 parent ea9b681 commit 8d328d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.coveragerc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ exclude_lines =
77
except ImportError as e:
88
except Exception as e:
99
except subprocess.TimeoutExpired as e:
10-
raise AssertionError(
11-
raise NotImplementedError(
10+
raise AssertionError.*
11+
raise NotImplementedError.*
1212
if patch_parse_processor_args:
1313
if patch_DynamicCache:
14-
def make_sliding_window_cache(
15-
def make_hybrid_cache(
14+
def make_sliding_window_cache.*
15+
def make_hybrid_cache.*
1616

1717
[run]
1818
include =

0 commit comments

Comments
 (0)