forked from rsyslog/rsyslog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.codecov.yml
26 lines (22 loc) · 845 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
comment: off
coverage:
# to get things started, let's aim at a lower goal. This actually helps
# to find those areas that we need to concentrate on.
range: 50..75
# the next 2 lines few hopefully help us avoid CI fail due to slightly
# different execution pathes (if not, remove) -- rgerhards, 2018-10-12
precision: 0
round: up
ignore:
# will be removed soon: https://github.com/rsyslog/rsyslog/issues/2103
- "contrib/imczmq"
- "contrib/omczmq"
# we are currently unable to provide test environment for these:
- "plugins/imgssapi"
- "plugins/omgssapi"
# these seem to be untestable under CI runs by principle because
# that would require a service registration
# see also: https://github.com/rsyslog/rsyslog/issues/3073
- "runtime/lib_ksi_queue.c"
- "runtime/lib_ksil212.c"
- "runtime/lmsig_ksi-ls12.c"