-
Notifications
You must be signed in to change notification settings - Fork 4
/
codecov.yml
51 lines (50 loc) · 1.06 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
coverage:
status:
project:
default:
# basic
target: auto
threshold: 2% # Allow an up to 3% drop to occur in a PR to coverage before the coverage check fails
base: auto
# FOR FUTURE USE
# coverage:
# status:
# project:
# default:
# target: auto
# addons:
# target: auto
# flags:
# - addons
# server:
# target: auto
# flags:
# - server
# core:
# target: auto
# flags:
# - core
# executor-ahk:
# target: auto
# flags:
# - executor-ahk
# detector-pi:
# target: auto
# flags:
# - detector-pi
# flags:
# addons:
# paths:
# - packages/@twokeys/addons/**/*.ts
# server:
# paths:
# - packages/@twokeys/server/**/*.ts
# core:
# paths:
# - packages/@twokeys/core/**/*.ts
# executor-ahk:
# paths:
# - executors/@twokeys/executor-ahk/**/*.ts
# detector-pi:
# paths:
# - detectors/detector-pi/detector/twokeys/**/*.py