covguard 0.1.0

CLI for diff-scoped coverage gating on changed lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# covguard (CLI)


Command-line interface for covguard.

## Commands


- `covguard check`: run diff-scoped coverage analysis
- `covguard explain <code>`: explain covguard error codes

## Outputs


- JSON report (`--out`)
- Markdown comment (`--md`)
- SARIF report (`--sarif`)

## Notes


This crate is the published `covguard` binary package.