mattermost/python-sdk/scripts
Nick Misasi f66cfeb78d feat(06-02): add coverage audit script for RPC/method parity
Add audit_client_coverage.py that verifies all gRPC RPCs have
corresponding Python client methods:

- Extracts RPC names from generated gRPC stub source
- Compares against PluginAPIClient public methods
- Supports --include/--exclude regex filters for scoping
- Reports coverage percentage and missing methods

Usage:
  python scripts/audit_client_coverage.py --include '(User|Team|Channel)'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 09:55:10 -05:00
..
audit_client_coverage.py feat(06-02): add coverage audit script for RPC/method parity 2026-01-19 09:55:10 -05:00
generate_protos.py feat(06-01): add protobuf code generation script 2026-01-16 14:44:35 -05:00