Expand description
gRPC method and protobuf message field coverage collector.
Tracks which gRPC service/method calls were made during test execution and which protobuf message fields were covered by assertions.
Structs§
- Coverage
Collector - Collects gRPC method call and protobuf field coverage during test execution.
- Coverage
File - Coverage data for a single file.
- Coverage
Report - Full coverage report with file and message-level statistics.
- Coverage
Stats - Coverage statistics (covered vs total).
- Message
Field Coverage - Coverage data for a protobuf message type’s fields.