mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-02 18:57:41 +00:00
29 lines
No EOL
552 B
YAML
29 lines
No EOL
552 B
YAML
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 5%
|
|
base: auto
|
|
|
|
ignore:
|
|
- "KubeArmor/enforcer/SELinuxEnforcer.go"
|
|
- "KubeArmor/enforcer/SELinuxEnforcer_test.go"
|
|
- "KubeArmor/enforcer/SELinuxHostProfile.go"
|
|
- "KubeArmor/kvmAgent"
|
|
- "KubeArmor/state"
|
|
|
|
comment:
|
|
layout: "reach, diff, files"
|
|
behavior: default
|
|
require_changes: false
|
|
show_changes: true
|
|
show_critical_paths: true
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no |