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