/ codecov.yml
codecov.yml
1 codecov: 2 max_report_age: off 3 notify: 4 wait_for_ci: false 5 require_ci_to_pass: false 6 7 comment: 8 behavior: default 9 hide_project_coverage: false 10 layout: "diff, flags, files" 11 require_base: false 12 require_changes: false 13 require_head: true 14 show_carryforward_flags: true 15 16 coverage: 17 precision: 2 18 range: 60..80 19 round: down 20 status: 21 changes: false 22 default_rules: 23 flag_coverage_not_uploaded_behavior: include 24 patch: true 25 project: true 26 27 flags: 28 hardhat: 29 paths: 30 - contracts/ 31 carryforward: true 32 kotlin: 33 paths: 34 - coordinator/ 35 - jvm-libs/ 36 carryforward: true 37 38 github_checks: 39 annotations: false 40 slack_app: false