/
githubmirror
/
ydb-go-sdk
Обзор
Документация
Войти
/
githubmirror
/
ydb-go-sdk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
codecov.yml
33 строки
1 KB
Aleksey Myasnikov
Update Codecov ignore list (#2244)
15 июл 2026, 12:17
Не верифицирован
15 июл 2026, 12:17
49d720a
Код
Авторство
О чём код?
# https://github.com/codecov/support/blob/master/codecov.yml # This codecov.yml is the default configuration for # all repositories on Codecov. You may adjust the settings # below in your own codecov.yml in your repository. # 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 ignore: - testutil - examples - internal/mock - internal/cmd - pkg/xtest - tests # 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). This repo is a single-module SDK, so the component # spans the whole module; the ignore list above already scopes out non-SDK code. component_management: individual_components: - component_id: native-sdk name: Native SDK paths: - "**"