# Coverage fail-under thresholds for scripts/coverage.sh and CI.
# Raise deliberately as the suite grows; intentional gaps are noted in CONTRIBUTING.md.
#
# LLVM source-based coverage reports lines, functions, and regions.
# Branch coverage is optional/unstable (`cargo llvm-cov --branch`); enabled when
# COVERAGE_BRANCH=1. Branch fail-under is advisory until CI calibrates a floor.
= 70
= 60
= 55
# Only applied when COVERAGE_BRANCH=1 (and llvm-cov supports it).
= 40