mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-06 22:23:55 -05:00
40 lines
681 B
YAML
40 lines
681 B
YAML
codecov:
|
|
max_report_age: off
|
|
notify:
|
|
wait_for_ci: false
|
|
require_ci_to_pass: false
|
|
|
|
comment:
|
|
behavior: default
|
|
hide_project_coverage: false
|
|
layout: "diff, flags, files"
|
|
require_base: false
|
|
require_changes: false
|
|
require_head: true
|
|
show_carryforward_flags: true
|
|
|
|
coverage:
|
|
precision: 2
|
|
range: 60..80
|
|
round: down
|
|
status:
|
|
changes: false
|
|
default_rules:
|
|
flag_coverage_not_uploaded_behavior: include
|
|
patch: true
|
|
project: true
|
|
|
|
flags:
|
|
hardhat:
|
|
paths:
|
|
- contracts/
|
|
carryforward: true
|
|
kotlin:
|
|
paths:
|
|
- coordinator/
|
|
- jvm-libs/
|
|
carryforward: true
|
|
|
|
github_checks:
|
|
annotations: false
|
|
slack_app: false |