# покрытие кода

Published articles for покрытие кода.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Reducing LLM token costs in a code-coverage analysis bot

DevFeed: [Reducing LLM token costs in a code-coverage analysis bot](<https://devfeed.tech/articles/llm-30671.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/hh/articles/1057108/>)

Author: iBljad (hh.ru)

Published: 2026-07-16T07:25:30Z

Content type: tutorial

Language: ru

Sources: [HeadHunter RU](<https://devfeed.tech/sources/headhunter-ru.md>)

Topics: [Large Language Model](<https://devfeed.tech/topics/llm.md>), [ci](<https://devfeed.tech/topics/ci.md>), [Java](<https://devfeed.tech/topics/java.md>)

Tags: [ci](<https://devfeed.tech/tags/ci.md>), [java](<https://devfeed.tech/tags/java.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [llm](<https://devfeed.tech/tags/llm.md>), [python](<https://devfeed.tech/tags/python.md>), [qa](<https://devfeed.tech/tags/qa.md>), [qa-automation](<https://devfeed.tech/tags/qa-automation.md>), [qa-testing](<https://devfeed.tech/tags/qa-testing.md>), [sonarqube](<https://devfeed.tech/tags/sonarqube.md>), [tag-ad8c0a243366](<https://devfeed.tech/tags/tag-ad8c0a243366.md>), [tag-bc4e97082857](<https://devfeed.tech/tags/tag-bc4e97082857.md>)

### AI overview

The article describes how hh optimized prompts for an LLM-powered bot that analyzes test coverage. The approach reduces token use by skipping unchanged, trivial, and very short methods, prioritizing more important code, and applying additional cost-saving practices.

### Source excerpt

При анализе кода с помощью LLM всегда есть соблазн закинуть в модель всё сразу -- и пусть сама разбирается. Но на больших объёмах кода стоимость и время такого "пусть разбирается" быстро приводят нас в чувства и заставляют искать пути более экономной траты токенов. Привет, меня зовут Андрей, я занимаюсь автоматизацией тестирования в hh. В этой статье расскажу, как мы оптимизировали запросы нашего бота, который анализирует тестовое покрытие с помощью LLM, чтобы получить максимум пользы при минимальных затратах. Антоним токенмаксинга - токенпожарскинг токенминнинг? Читать далее