IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

feat: Add date_to_string and string_to_date utility methods #52

Closed mkistler closed 4 years ago

mkistler commented 4 years ago

This PR adds utility methods to serialize and deserialize date values.

codecov[bot] commented 4 years ago

Codecov Report

Merging #52 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   97.75%   97.77%   +0.01%     
==========================================
  Files          17       17              
  Lines         579      584       +5     
==========================================
+ Hits          566      571       +5     
  Misses         13       13
Impacted Files Coverage Δ
ibm_cloud_sdk_core/utils.py 99.09% <100%> (+0.03%) :arrow_up:
ibm_cloud_sdk_core/__init__.py 100% <100%> (ø) :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 8b76c78...6dbfff9. Read the comment docs.

ibm-devx-automation commented 4 years ago

:tada: This PR is included in version 1.6.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: