forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.coveragerc
44 lines (38 loc) · 1.39 KB
/
.coveragerc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[paths]
canonicalsrc =
wandb/
.tox/func-s_artifacts-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_default-py39/lib/python3.9/site-packages/wandb/
.tox/func-s_docs-py39/lib/python3.9/site-packages/wandb/
.tox/func-s_grpc-py39/lib/python3.9/site-packages/wandb/
.tox/func-s_llm-py39/lib/python3.9/site-packages/wandb/
.tox/func-s_metaflow-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_mitm-py39/lib/python3.9/site-packages/wandb/
.tox/func-s_noml-py39/lib/python3.9/site-packages/wandb/
.tox/func-s_ray112-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_ray2-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_service-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_sklearn-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_tf115-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_tf21-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_tf24-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_tf25-py37/lib/python3.7/site-packages/wandb/
.tox/func-s_tf26-py37/lib/python3.7/site-packages/wandb/
[run]
# TODO(jhr): enable this in the future
# branch = True
concurrency = multiprocessing,thread
source =
wandb/
omit =
**/wandb/vendor/**
**/wandb/proto/**
[report]
exclude_lines =
pragma: no cover
if TYPE_CHECKING:
@abstractmethod
omit =
**/wandb/vendor/**
**/wandb/proto/**
ignore_errors = True