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:
|
2024-10-29 19:11:35 +00:00
|
|
|
wait_for_ci: false
|
|
|
|
after_n_builds: 2
|
2024-09-24 15:33:26 +00:00
|
|
|
|
2024-10-29 08:50:26 +00:00
|
|
|
ignore:
|
|
|
|
- "_.*"
|
|
|
|
- "vendor"
|
|
|
|
- "scripts"
|
|
|
|
- "contracts"
|
|
|
|
- "Makefile"
|
|
|
|
|
2024-09-05 09:11:16 +00:00
|
|
|
coverage:
|
|
|
|
status:
|
|
|
|
project:
|
2024-09-24 15:33:26 +00:00
|
|
|
unit-tests:
|
|
|
|
target: auto
|
2024-10-29 19:11:35 +00:00
|
|
|
threshold: 1
|
2024-09-24 15:33:26 +00:00
|
|
|
flags:
|
|
|
|
- unit
|
|
|
|
functional-tests:
|
2024-10-29 19:11:35 +00:00
|
|
|
threshold: 0.1
|
2024-09-24 15:33:26 +00:00
|
|
|
target: auto
|
|
|
|
flags:
|
|
|
|
- functional
|
2024-09-05 09:11:16 +00:00
|
|
|
patch:
|
|
|
|
default:
|
2024-10-29 19:11:35 +00:00
|
|
|
target: 50
|
2024-09-24 15:33:26 +00:00
|
|
|
unit-tests:
|
2024-10-29 19:11:35 +00:00
|
|
|
informational: true
|
2024-09-24 15:33:26 +00:00
|
|
|
flags:
|
|
|
|
- unit
|
|
|
|
functional-tests:
|
2024-10-29 19:11:35 +00:00
|
|
|
informational: true
|
2024-09-24 15:33:26 +00:00
|
|
|
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:
|
|
|
|
- ".*"
|
2024-10-29 08:50:26 +00:00
|
|
|
carryforward: false
|
2024-09-24 15:33:26 +00:00
|
|
|
|
|
|
|
comment:
|
|
|
|
behavior: default
|
|
|
|
layout: diff,flags,tree
|
2024-11-18 17:13:35 +00:00
|
|
|
|
|
|
|
github_checks:
|
|
|
|
annotations: false
|