2024-03-31 13:51:40 -04:00
|
|
|
codecov:
|
|
|
|
require_ci_to_pass: false
|
2021-09-26 06:35:42 -04:00
|
|
|
coverage:
|
|
|
|
range: 60..80
|
|
|
|
round: nearest
|
|
|
|
precision: 2
|
2023-08-06 00:27:44 -04:00
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
target: auto
|
|
|
|
threshold: 0.5%
|
|
|
|
paths:
|
|
|
|
- "src"
|
|
|
|
patch:
|
|
|
|
default:
|
2024-03-31 08:58:54 -04:00
|
|
|
target: 50%
|
2023-08-06 00:27:44 -04:00
|
|
|
threshold: 0%
|
2024-03-31 08:58:54 -04:00
|
|
|
informational: true
|
2023-08-06 00:27:44 -04:00
|
|
|
paths:
|
|
|
|
- "src"
|
2021-09-27 08:13:30 -04:00
|
|
|
fixes:
|
|
|
|
- "*/src/::"
|
2023-08-06 00:27:44 -04:00
|
|
|
ignore:
|
|
|
|
- "src/gui/styles/**"
|
|
|
|
- "src/thirdparty/**"
|
|
|
|
- "src/zxcvbn/**"
|
2021-09-26 06:35:42 -04:00
|
|
|
comment:
|
|
|
|
require_changes: true
|