Skip to content

Commit 57ef461

Browse files
committed
MNT: Merge .coveragerc into setup.cfg
1 parent ab614e2 commit 57ef461

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

Diff for: .coveragerc

-17
This file was deleted.

Diff for: setup.cfg

+18
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,21 @@ max-line-length = 100
55
warn_unused_ignores = True
66
warn_redundant_casts = True
77
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

Comments
 (0)