KubeArmor/codecov.yml
Navin Chandra 88434c117f Add codecov.yml file
Signed-off-by: Navin Chandra <navinchandra772@gmail.com>
2024-08-23 21:51:36 +05:30

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