testlint 0.1.0

A comprehensive toolkit for profiling and coverage reporting across multiple programming languages
Documentation
1
2
3
4
5
6
7
8
9
10
11
# CLAUDE.md

## Upload Coverage Example

```bash
cargo run --release --bin upload_coverage -- \
  --file ~/IdeaProjects/testlint-test/coverage.xml python cobertura \
  --api-key ivp_3M0zLx2f7We0HIueikiDW9WxuD0JVkb0ztViBn \
  --endpoint http://localhost:8001/tests/upload \
  --commit 8f9de3c11d197d2f9513cf6e0fc1b275f0984fd0
```