mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
2f43ca42be
* Fix broken build when using system zxcvbn
Fixup of zxcvbn include statement added in 5513ff5
. A zxcvbn/ directory
prefix breaks building with system zxcvbn. Remove this prefix to align
this include statement with ones present in other files. Add zxcvbn
libraries as dependency to CliTest.
* Move src/zxcvbn/ to src/thirdparty/zxcvbn
28 lines
451 B
YAML
28 lines
451 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/**"
|
|
comment:
|
|
require_changes: true
|