We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea9b681 commit 8d328d3Copy full SHA for 8d328d3
1 file changed
.coveragerc
@@ -7,12 +7,12 @@ exclude_lines =
7
except ImportError as e:
8
except Exception as e:
9
except subprocess.TimeoutExpired as e:
10
- raise AssertionError(
11
- raise NotImplementedError(
+ raise AssertionError.*
+ raise NotImplementedError.*
12
if patch_parse_processor_args:
13
if patch_DynamicCache:
14
- def make_sliding_window_cache(
15
- def make_hybrid_cache(
+ def make_sliding_window_cache.*
+ def make_hybrid_cache.*
16
17
[run]
18
include =
0 commit comments