We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab614e2 commit 57ef461Copy full SHA for 57ef461
.coveragerc
setup.cfg
@@ -5,3 +5,21 @@ max-line-length = 100
5
warn_unused_ignores = True
6
warn_redundant_casts = True
7
ignore_missing_imports = True
8
+
9
+[coverage:run]
10
+parallel = 1
11
+concurrency =
12
+ multiprocessing
13
+source =
14
+ backtesting
15
+ doc/examples
16
+omit =
17
18
+[coverage:report]
19
+exclude_lines =
20
+ ^\s*continue\b
21
+ ^\s*return\b
22
+ ^\s*raise\b
23
+ ^\s*except\b
24
+ ^\s*warnings\.warn\(
25
+ ^\s*warn\(
0 commit comments