2024-09-24 15:33:26 +00:00
|
|
|
# When modifying this file, please validate using:
|
|
|
|
# make codecov-validate
|
|
|
|
|
|
|
|
codecov:
|
|
|
|
require_ci_to_pass: false
|
|
|
|
notify:
|
|
|
|
wait_for_ci: true
|
|
|
|
|
2024-09-05 09:11:16 +00:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
|
|
|
default:
|
|
|
|
informational: true
|
2024-09-24 15:33:26 +00:00
|
|
|
unit-tests:
|
|
|
|
target: auto
|
|
|
|
flags:
|
|
|
|
- unit
|
|
|
|
functional-tests:
|
|
|
|
target: auto
|
|
|
|
flags:
|
|
|
|
- functional
|
2024-09-05 09:11:16 +00:00
|
|
|
patch:
|
|
|
|
default:
|
|
|
|
informational: true
|
2024-09-24 15:33:26 +00:00
|
|
|
unit-tests:
|
|
|
|
target: auto
|
|
|
|
flags:
|
|
|
|
- unit
|
|
|
|
functional-tests:
|
|
|
|
target: auto
|
|
|
|
flags:
|
|
|
|
- functional
|
2024-09-05 09:11:16 +00:00
|
|
|
|
2024-09-24 15:33:26 +00:00
|
|
|
flags:
|
|
|
|
unit-tests:
|
|
|
|
paths:
|
|
|
|
- ".*"
|
|
|
|
carryforward: false
|
|
|
|
functional-tests:
|
|
|
|
paths:
|
|
|
|
- ".*"
|
|
|
|
carryforward: true
|
|
|
|
|
|
|
|
comment:
|
|
|
|
behavior: default
|
|
|
|
layout: diff,flags,tree
|