codecov-query 0.1.2

CLI tool to query the Codecov API v2 — coverage totals, commits, branches, PRs, comparisons, and more
# Changelog

## [0.1.2]https://github.com/mpecan/codecov-query/compare/codecov-query-v0.1.1...codecov-query-v0.1.2 (2026-03-09)


### Features

* add pr-summary command and --summary flag for agent-friendly output ([4267cc5]https://github.com/mpecan/codecov-query/commit/4267cc567143aa2087bdfc6c3beb55beaa32ea9a)
* add pr-summary command and agent-friendly output ([a0fe449]https://github.com/mpecan/codecov-query/commit/a0fe4499a80c36ef4eaf9857ffd6e2de661ad0de)
* show uncovered line ranges in pr-summary output ([74f56f5]https://github.com/mpecan/codecov-query/commit/74f56f5fadfafacae5aaef22d5863d788060513c)


### Bug Fixes

* address Copilot review feedback ([3d54a1a]https://github.com/mpecan/codecov-query/commit/3d54a1a58c4b3269712943921be787f1d32eba74)
* parse real Codecov API line format and show only added uncovered lines ([288b7f7]https://github.com/mpecan/codecov-query/commit/288b7f7f0fab82073ef69b6504d8f44f13743805)
* show uncovered line ranges for all changed files in text output ([400bceb]https://github.com/mpecan/codecov-query/commit/400bceb9599ce3ace3539657320991051a884689)
* show uncovered line ranges for all changed files in text output ([2d0b6d5]https://github.com/mpecan/codecov-query/commit/2d0b6d5ada0e94179525c5fb5bbea79ccfe77be8)

## [0.1.1]https://github.com/mpecan/codecov-query/compare/codecov-query-v0.1.0...codecov-query-v0.1.1 (2026-03-06)


### Features

* initial implementation of codecov-query CLI ([ba4b836]https://github.com/mpecan/codecov-query/commit/ba4b8365d20d79647585b92e125fbcbff7508aab)