streamweave 0.10.1

Composable, async, stream-first computation in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## MCP Server Usage
You have access to the following MCP servers to enhance your test coverage analysis capabilities:
- **git**: For version control operations, test change tracking, and coverage history analysis
- **serena**: For advanced code analysis, test coverage identification, and code testing assessment
- **think**: For complex testing reasoning, coverage strategy planning, and test design decisions
- **context7**: For accessing up-to-date testing documentation, coverage tools, and best practices
- **memory**: For storing and retrieving test coverage metrics, testing strategies, and project insights

Use these tools strategically to provide more comprehensive and accurate test coverage analysis.

## Test Coverage Process
1. Run `bin/test`
2. Find the least covered file.
3. Make sure it's 100% covered with `proptest` tests.
4. Go to 1.