forked from psychopy/psychopy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
codecov.yml
61 lines (57 loc) · 1.34 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
coverage:
status:
project:
default:
branches:
- dev
- release
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
patch:
default:
branches:
- release
if_ci_failed: failure #success, failure, error, ignore
informational: true
only_pulls: false
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
component_management:
individual_components:
- component_id: app
name: app
paths:
- app/**
- component_id: experiment
name: boilerplate
paths:
- experiment/**
- scripts/**
- component_id: lib
name: library
paths:
- visual/**
- tools/**
- data/**
- alerts/**
- sound/**
- parallel/**
- monitors/**
- iohub/**
- hardware/**
- gui/**
- component_id: libvm # just what can be tested without a physical machine
name: vm-safe library
paths:
- visual/**
- tools/**
- data/**
- alerts/**
ignore:
- "psychopy/demos/coder" # ignore folders and all its contents
- "psychopy/tests"
- "psychopy/scripts"
- "psychopy/iohub"
- "psychopy/contrib"
- "psychopy/visual/textbox"