# 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
```