forked from physiopy/phys2bids
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
48 lines (44 loc) · 851 Bytes
/
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
codecov:
branch: master
strict_yaml_branch: master
require_ci_to_pass: yes
bot: "codecov-io"
max_report_age: 48
disable_default_path_fixes: no
coverage:
precision: 2
round: down
range: "60...90"
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
ignore:
- "docs"
- "**/__init__.py"
- "**/**/__init__.py"
- "docs"
- "tests"
- "_version.py"
- "__init__.py"
- "**/__init__.py"
- "due.py"
- ".*rc"
- "versioneer.py"
- "setup.py"
- "phys2bids/tests"
- "phys2bids/heuristics"
- "phys2bids/_version.py"
- "phys2bids/__init__.py"
- "phys2bids/**/__init__.py"
- "phys2bids/due.py"
- "phys2bids/.*rc"
- "phys2bids/versioneer.py"
- "phys2bids/setup.py"
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no