Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Codecov configuration — https://docs.codecov.com/docs/codecov-yaml
#
# Coverage is measured by Kover on the JVM target only (Kover instruments
# JVM/Android bytecode; Native/JS/Wasm execution is not counted). Reports are
# INFORMATIONAL (non-blocking) for now; a koverVerify threshold gate can be
# added once a baseline is established.
# JVM/Android bytecode; Native/JS/Wasm execution is not counted). The project
# status GATES on regression (target: auto, ±1% tolerance); the patch status
# stays advisory to avoid blocking small PRs.
coverage:
precision: 2
round: down
range: "60...100"
status:
project:
default:
informational: true
target: auto # gate: fail if overall coverage regresses
threshold: 1% # tolerate ≤1% dips (rounding, flaky lines)
informational: false
patch:
default:
informational: true
informational: true # advisory only — don't block small PRs on patch noise

comment:
layout: "reach, diff, flags"
Expand Down