-
Notifications
You must be signed in to change notification settings - Fork 41
/
.coveragerc
60 lines (59 loc) · 1.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[run]
omit =
*__init__*
*__pycache__*
docs/*
*.json
*.circleci/*
*.github/*
*.test_durations
*.gitignore
*.gitattributes
setup.py
setup.cfg
tox.ini
requirements.txt
optional-requirements.txt
pytest.ini
README.rst
README.md
NOTICE
MANIFEST.ini
Makefile
Dockerfile
CONTRIBUTING.rst
AUTHORS.rst
docker/*
licenses/*
data/*
get_version.py
versioneer.py
pynets/__about__.py
pynets/_version.py
pynets/__init__.py
pynets/advanced.yaml
pynets/citations.py
pynets/core/tests/*
pynets/core/__init__.py
pynets/dmri/tests/*
pynets/dmri/__init__.py
pynets/fmri/tests/*
pynets/fmri/__init__.py
pynets/plotting/tests/*
pynets/plotting/__init__.py
pynets/registration/tests/*
pynets/registration/__init__.py
pynets/statistics/tests/*
pynets/statistics/individual/*.yaml
pynets/statistics/individual/__init__.py
pynets/statistics/group/__init__.py
pynets/statistics/__init__.py
pynets/templates/__init__.py
pynets/templates/*/*
pynets/cli/*
pynets/core/cloud.py
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
raise NotImplementedError
warnings\.warn