forked from enarx/enarx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
65 lines (63 loc) · 2.46 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
codecov:
notify:
after_n_builds: 4 # adjust to the number of jobs in .github/workflows/coverage.yml
require_ci_to_pass: false
wait_for_ci: false
coverage:
status:
project:
default: false
shim-kvm:
paths: [ "crates/shim-kvm" ]
target: auto # auto compares coverage to the previous base commit
threshold: 5% # the leniency in hitting the target
shim-sgx:
paths: [ "crates/shim-sgx" ]
target: auto # auto compares coverage to the previous base commit
threshold: 5% # the leniency in hitting the target
sallyport:
paths: [ "crates/sallyport" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
shared:
paths: [ "crates/shared" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
exec-wasmtime:
paths: [ "crates/exec-wasmtime" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
enarx-config:
paths: [ "crates/enarx-config" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
enarx:
paths: [ "src" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
patch:
default: false
shim-kvm:
paths: [ "crates/shim-kvm" ]
target: 0
shim-sgx:
paths: [ "crates/shim-sgx" ]
target: 0
sallyport:
paths: [ "crates/sallyport" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
shared:
paths: [ "crates/shared" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
exec-wasmtime:
paths: [ "crates/exec-wasmtime" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
enarx:
paths: [ "src" ]
target: auto # auto compares coverage to the previous base commit
threshold: 0.05% # the leniency in hitting the target
ignore:
- "tests" # ignore test binaries