mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
29 lines
471 B
YAML
29 lines
471 B
YAML
codecov:
|
|
require_ci_to_pass: false
|
|
coverage:
|
|
range: 60..80
|
|
round: nearest
|
|
precision: 2
|
|
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
|