mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 23:50:42 +01:00
Coverage varies a bit more due to known flakiness, so no point in unnecessarily flagging PRs as bad. Same issue with per-PR coverage, which doesn't make much sense with current state.
31 lines
859 B
YAML
31 lines
859 B
YAML
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
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: .5
|
|
patch:
|
|
threshold: null
|
|
|
|
ignore:
|
|
# different execution pathes (if not, remove) -- rgerhards, 2018-10-12
|
|
# 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_ksils12.c"
|
|
- "runtime/lmsig_ksi-ls12.c"
|