keepassxc/codecov.yaml
2024-03-31 08:58:54 -04:00

28 lines
462 B
YAML

coverage:
range: 60..80
round: nearest
precision: 2
require_ci_to_pass: false
status:
project:
default:
target: auto
threshold: 0.5%
paths:
- "src"
patch:
default:
target: 50%
threshold: 0%
informational: true
paths:
- "src"
fixes:
- "*/src/::"
ignore:
- "src/gui/styles/**"
- "src/thirdparty/**"
- "src/zxcvbn/**"
comment:
require_changes: true