6a450a0e创建于 2025年4月24日历史提交
codecov:
  require_ci_to_pass: false #This setting will update the bot regardless of whether or not tests pass

# Disabling annotations for now. They are incorrectly labelling lines as lacking coverage when they are in fact covered by tests.
github_checks:
  annotations: false

coverage:
  status:
    project:
      default:
        informational: true
    patch:
      default:
        informational: true
  precision: 2
  round: down
  range: "66...100"

flags:
  unit:
    carryforward: false
  e2e-ci:
    carryforward: false
  e2e-full:
    carryforward: true

comment:
  layout: "diff,flags,files,footer"
  behavior: default
  require_changes: false
  show_carryforward_flags: true