mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
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> |
||
|---|---|---|
| .. | ||
| scripts | ||
| src/mattermost_plugin | ||
| tests | ||
| pyproject.toml | ||