andreroggeri / ynab-sdk-python

Python implementation of the YNAB API (https://api.youneedabudget.com/)
Apache License 2.0
29 stars 11 forks source link

fix: Allow nullable field "transfer_payee_id" #64

Closed andreroggeri closed 4 years ago

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit f306c9d9 and detected 0 issues on this pull request.

View more on Code Climate.

codecov-commenter commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@534bb7f). Click here to learn what that means. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #64   +/-   ##
=========================================
  Coverage          ?   98.08%           
=========================================
  Files             ?       26           
  Lines             ?      994           
  Branches          ?       55           
=========================================
  Hits              ?      975           
  Misses            ?       17           
  Partials          ?        2           
Impacted Files Coverage Δ
ynab_sdk/api/models/responses/accounts.py 100.00% <100.00%> (ø)
ynab_sdk/api/categories.py 100.00% <0.00%> (ø)
ynab_sdk/api/budgets.py 100.00% <0.00%> (ø)
ynab_sdk/utils/clients/base_client.py 100.00% <0.00%> (ø)
ynab_sdk/ynab.py 88.00% <0.00%> (ø)
ynab_sdk/__init__.py 100.00% <0.00%> (ø)
ynab_sdk/utils/configurations/cached.py 100.00% <0.00%> (ø)
ynab_sdk/api/transactions.py 100.00% <0.00%> (ø)
ynab_sdk/api/models/responses/payee.py 100.00% <0.00%> (ø)
ynab_sdk/api/models/responses/payees.py 100.00% <0.00%> (ø)
... and 17 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 534bb7f...f306c9d. Read the comment docs.