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
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
coverage:
status:
project:
default:
target: auto # do not drop below the current level...
threshold: 1% # ...by more than 1%
patch:
default:
target: 80% # new/changed code in the PR diff must be >= 80% covered

# Cross-repo uniform metric: every YDB SDK repo defines this same component_id,
# so native-SDK coverage is queryable identically via the Codecov API
# (?component_id=native-sdk), regardless of how each repo tags its uploads.
Expand Down
Loading