-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
In #314, code coverage dropped from 100% to 99%. This issue is to track bringing coverage back to 100%.
Name Stmts Miss Branch BrPart Cover Missing
---------------------------------------------------------------------------------------------------------------------------------
google/cloud/datastore/__init__.py 9 0 0 0 100%
google/cloud/datastore/_app_engine_key_pb2.py 24 7 2 1 69% 73-79
google/cloud/datastore/_gapic.py 15 0 2 0 100%
google/cloud/datastore/_http.py 76 0 14 0 100%
google/cloud/datastore/batch.py 110 0 34 0 100%
google/cloud/datastore/client.py 238 0 120 0 100%
google/cloud/datastore/entity.py 24 0 8 0 100%
google/cloud/datastore/helpers.py 196 0 132 0 100%
google/cloud/datastore/key.py 202 0 78 0 100%
google/cloud/datastore/query.py 206 0 68 0 100%
google/cloud/datastore/transaction.py 51 0 12 0 100%
google/cloud/datastore/version.py 1 0 0 0 100%
google/cloud/datastore_admin_v1/services/__init__.py 0 0 0 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/__init__.py 3 0 0 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/async_client.py 116 0 22 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/client.py 209 0 74 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/pagers.py 42 0 14 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/transports/__init__.py 9 0 0 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/transports/base.py 63 0 12 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc.py 88 0 30 0 100%
google/cloud/datastore_admin_v1/services/datastore_admin/transports/grpc_asyncio.py 87 0 30 0 100%
google/cloud/datastore_admin_v1/types/__init__.py 4 0 0 0 100%
google/cloud/datastore_admin_v1/types/datastore_admin.py 84 0 34 0 100%
google/cloud/datastore_admin_v1/types/index.py 27 0 10 0 100%
google/cloud/datastore_admin_v1/types/migration.py 31 0 14 0 100%
google/cloud/datastore_v1/services/__init__.py 0 0 0 0 100%
google/cloud/datastore_v1/services/datastore/__init__.py 3 0 0 0 100%
google/cloud/datastore_v1/services/datastore/async_client.py 138 0 42 0 100%
google/cloud/datastore_v1/services/datastore/client.py 232 0 96 0 100%
google/cloud/datastore_v1/services/datastore/transports/__init__.py 9 0 0 0 100%
google/cloud/datastore_v1/services/datastore/transports/base.py 60 0 12 0 100%
google/cloud/datastore_v1/services/datastore/transports/grpc.py 84 0 30 0 100%
google/cloud/datastore_v1/services/datastore/transports/grpc_asyncio.py 83 0 30 0 100%
google/cloud/datastore_v1/types/__init__.py 4 0 0 0 100%
google/cloud/datastore_v1/types/datastore.py 83 0 44 0 100%
google/cloud/datastore_v1/types/entity.py 35 0 12 0 100%
google/cloud/datastore_v1/types/query.py 86 0 34 0 100%
tests/unit/__init__.py 0 0 0 0 100%
tests/unit/gapic/__init__.py 0 0 0 0 100%
tests/unit/gapic/datastore_admin_v1/__init__.py 0 0 0 0 100%
tests/unit/gapic/datastore_admin_v1/test_datastore_admin.py 823 0 238 0 100%
tests/unit/gapic/datastore_v1/__init__.py 0 0 0 0 100%
tests/unit/gapic/datastore_v1/test_datastore.py 927 0 252 0 100%
tests/unit/test__gapic.py 31 0 0 0 100%
tests/unit/test__http.py 505 0 64 0 100%
tests/unit/test_batch.py 365 0 52 0 100%
tests/unit/test_client.py 1009 0 168 0 100%
tests/unit/test_entity.py 165 0 4 0 100%
tests/unit/test_helpers.py 775 0 24 0 100%
tests/unit/test_key.py 527 0 40 0 100%
tests/unit/test_query.py 580 0 52 0 100%
tests/unit/test_transaction.py 273 0 30 0 100%
---------------------------------------------------------------------------------------------------------------------------------
TOTAL 8712 7 [19](https://github.com/googleapis/python-datastore/runs/6618223663?check_suite_focus=true#step:6:20)[34](https://github.com/googleapis/python-datastore/runs/6618223663?check_suite_focus=true#step:6:35) 1 99%
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the googleapis/python-datastore API.Issues related to the googleapis/python-datastore API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.