labd / commercetools-python-sdk

Commercetools Python SDK
https://commercetools-python-sdk.readthedocs.io/en/latest/
MIT License
17 stars 16 forks source link

Add basic implementation of the customer endpoint #52

Closed mikedingjan closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.32%. The diff coverage is 95.4%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   74.18%   74.51%   +0.32%     
==========================================
  Files         149      152       +3     
  Lines       21757    21844      +87     
==========================================
+ Hits        16140    16276     +136     
+ Misses       5617     5568      -49
Impacted Files Coverage Δ
src/commercetools/testing/__init__.py 89.77% <100%> (+0.23%) :arrow_up:
src/commercetools/testing/customers.py 100% <100%> (ø)
tests/test_service_customers.py 100% <100%> (ø)
src/commercetools/client.py 95.51% <100%> (+0.05%) :arrow_up:
src/commercetools/services/customers.py 87.09% <87.09%> (ø)
src/commercetools/schemas/_customer.py 81.08% <0%> (+0.9%) :arrow_up:
src/commercetools/types/_customer.py 67.62% <0%> (+11.99%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0977d9e...202e647. Read the comment docs.

davidweterings commented 5 years ago

LGTM 👍