Skip to main content

Module coverage

Module coverage 

Source
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§

CoverageCollector
Collects gRPC method call and protobuf field coverage during test execution.
CoverageFile
Coverage data for a single file.
CoverageReport
Full coverage report with file and message-level statistics.
CoverageStats
Coverage statistics (covered vs total).
MessageFieldCoverage
Coverage data for a protobuf message type’s fields.