labd / commercetools-python-sdk

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

Add API Clients service #59

Closed davidweterings closed 5 years ago

davidweterings commented 5 years ago

Generated new types as well for the new 'delete_days_after_creation' field on ApiClientDraft

codecov[bot] commented 5 years ago

Codecov Report

Merging #59 into master will increase coverage by 0.12%. The diff coverage is 82.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   74.46%   74.59%   +0.12%     
==========================================
  Files         152      155       +3     
  Lines       21881    21992     +111     
==========================================
+ Hits        16294    16404     +110     
- Misses       5587     5588       +1
Impacted Files Coverage Δ
src/commercetools/testing/__init__.py 90% <100%> (+0.22%) :arrow_up:
src/commercetools/schemas/_api_client.py 96.87% <100%> (+6.87%) :arrow_up:
tests/test_service_api_clients.py 100% <100%> (ø)
src/commercetools/testing/api_clients.py 100% <100%> (ø)
src/commercetools/schemas/_order.py 83.8% <100%> (ø) :arrow_up:
src/commercetools/client.py 95.59% <100%> (+0.08%) :arrow_up:
src/commercetools/types/_order.py 65.15% <50%> (ø) :arrow_up:
src/commercetools/types/_error.py 59.73% <50%> (-0.34%) :arrow_down:
src/commercetools/types/_api_client.py 82.97% <80%> (+24.83%) :arrow_up:
src/commercetools/services/api_clients.py 85% <85%> (ø)
... and 8 more

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 91464b3...e9eab47. Read the comment docs.