-
Notifications
You must be signed in to change notification settings - Fork 41
/
.codecov.yml
80 lines (79 loc) · 1.79 KB
/
.codecov.yml
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
coverage:
range: "0...100"
status:
patch:
default:
target: 0
threshold: 100
project:
default:
target: 0
threshold: 100
patch:
target: 0
threshold: 100
unittests:
target: 0
threshold: 100
flags:
- "unittests"
smoketests:
target: 0
threshold: 100
flags:
- "smoketests"
ignore:
- "*__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"
codecov:
token: d62ad7b3-39a6-4657-a2e3-6acf2362d36d