Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Increase code coverage from 99% to 100% #124

Closed
parthea opened this issue Oct 15, 2021 · 0 comments · Fixed by #125
Closed

Increase code coverage from 99% to 100% #124

parthea opened this issue Oct 15, 2021 · 0 comments · Fixed by #125
Assignees
Labels
api: cloudfunctions Issues related to the googleapis/python-functions API. type: cleanup An internal cleanup or hygiene concern.

Comments

@parthea
Copy link
Contributor

parthea commented Oct 15, 2021

Name                                                                                    Stmts   Miss Branch BrPart  Cover   Missing
-----------------------------------------------------------------------------------------------------------------------------------
google/cloud/functions_v1/__init__.py                                                      23      0      0      0   100%
google/cloud/functions_v1/services/__init__.py                                              0      0      0      0   100%
google/cloud/functions_v1/services/cloud_functions_service/__init__.py                      3      0      0      0   100%
google/cloud/functions_v1/services/cloud_functions_service/async_client.py                162      0     30      0   100%
google/cloud/functions_v1/services/cloud_functions_service/client.py                      266      0     86      0   100%
google/cloud/functions_v1/services/cloud_functions_service/pagers.py                       41      0     10      0   100%
google/cloud/functions_v1/services/cloud_functions_service/transports/__init__.py           9      0      0      0   100%
google/cloud/functions_v1/services/cloud_functions_service/transports/base.py              89      4     12      1    95%   45-47, 152
google/cloud/functions_v1/services/cloud_functions_service/transports/grpc.py             111      0     38      0   100%
google/cloud/functions_v1/services/cloud_functions_service/transports/grpc_asyncio.py     114      0     38      0   100%
google/cloud/functions_v1/types/__init__.py                                                 3      0      0      0   100%
google/cloud/functions_v1/types/functions.py                                              101      0      0      0   100%
google/cloud/functions_v1/types/operations.py                                              17      0      0      0   100%
tests/unit/__init__.py                                                                      0      0      0      0   100%
tests/unit/gapic/__init__.py                                                                0      0      0      0   100%
tests/unit/gapic/functions_v1/__init__.py                                                   0      0      0      0   100%
tests/unit/gapic/functions_v1/test_cloud_functions_service.py                            1333     13     24      0    99%   2884-2894, 2928-2931, 2969-2972
-----------------------------------------------------------------------------------------------------------------------------------
TOTAL                                                                                    2272     17    238      1    99%
@parthea parthea added the type: cleanup An internal cleanup or hygiene concern. label Oct 15, 2021
@parthea parthea self-assigned this Oct 15, 2021
@product-auto-label product-auto-label bot added the api: cloudfunctions Issues related to the googleapis/python-functions API. label Oct 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: cloudfunctions Issues related to the googleapis/python-functions API. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant