Skip to content

Instantly share code, notes, and snippets.

@lidizheng
Created January 17, 2019 01:29
Show Gist options
  • Save lidizheng/32f4d7a4dd6b598bf71c737fb07a795a to your computer and use it in GitHub Desktop.
Save lidizheng/32f4d7a4dd6b598bf71c737fb07a795a to your computer and use it in GitHub Desktop.
gRPC Python Coverage
Name Stmts Miss Cover
-------------------------------------------------------------------------------------------------------
py37_native/lib/python3.7/site-packages/grpc/__init__.py 276 67 76%
py37_native/lib/python3.7/site-packages/grpc/_auth.py 32 1 97%
py37_native/lib/python3.7/site-packages/grpc/_channel.py 599 55 91%
py37_native/lib/python3.7/site-packages/grpc/_common.py 31 1 97%
py37_native/lib/python3.7/site-packages/grpc/_interceptor.py 253 64 75%
py37_native/lib/python3.7/site-packages/grpc/_plugin_wrapping.py 51 11 78%
py37_native/lib/python3.7/site-packages/grpc/_server.py 543 18 97%
py37_native/lib/python3.7/site-packages/grpc/_utilities.py 95 7 93%
py37_native/lib/python3.7/site-packages/grpc_channelz/v1/channelz.py 66 51 23%
py37_native/lib/python3.7/site-packages/grpc_health/v1/health.py 69 2 97%
py37_native/lib/python3.7/site-packages/grpc_reflection/v1alpha/reflection.py 63 1 98%
py37_native/lib/python3.7/site-packages/grpc_status/rpc_status.py 26 1 96%
py37_native/lib/python3.7/site-packages/grpc_testing/__init__.py 126 49 61%
py37_native/lib/python3.7/site-packages/grpc_testing/_channel/_channel.py 36 7 81%
py37_native/lib/python3.7/site-packages/grpc_testing/_channel/_channel_rpc.py 63 5 92%
py37_native/lib/python3.7/site-packages/grpc_testing/_channel/_invocation.py 199 60 70%
py37_native/lib/python3.7/site-packages/grpc_testing/_channel/_multi_callable.py 47 5 89%
py37_native/lib/python3.7/site-packages/grpc_testing/_channel/_rpc_state.py 133 11 92%
py37_native/lib/python3.7/site-packages/grpc_testing/_common.py 66 25 62%
py37_native/lib/python3.7/site-packages/grpc_testing/_server/_handler.py 149 27 82%
py37_native/lib/python3.7/site-packages/grpc_testing/_server/_rpc.py 108 20 81%
py37_native/lib/python3.7/site-packages/grpc_testing/_server/_server_rpc.py 49 5 90%
py37_native/lib/python3.7/site-packages/grpc_testing/_server/_service.py 49 6 88%
py37_native/lib/python3.7/site-packages/grpc_testing/_server/_servicer_context.py 43 16 63%
py37_native/lib/python3.7/site-packages/grpc_testing/_time.py 152 10 93%
py37_native/lib/python3.7/site-packages/grpc_tools/protoc.py 9 7 22%
-------------------------------------------------------------------------------------------------------
TOTAL 3447 532 85%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment