ramonhagenaars / jsons

🐍 A Python lib for (de)serializing Python objects to/from JSON
https://jsons.readthedocs.io
MIT License
288 stars 40 forks source link

Release/1.6.1 #153

Closed ramonhagenaars closed 2 years ago

ramonhagenaars commented 2 years ago

Resolves #147

codecov-commenter commented 2 years ago

Codecov Report

Merging #153 (69eca2c) into master (fc1f21b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #153   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        60    +3     
  Lines         1413      1488   +75     
=========================================
+ Hits          1413      1488   +75     
Impacted Files Coverage Ξ”
jsons/_dump_impl.py 100.00% <ΓΈ> (ΓΈ)
jsons/serializers/default_datetime.py 100.00% <ΓΈ> (ΓΈ)
jsons/__init__.py 100.00% <100.00%> (ΓΈ)
jsons/_cache.py 100.00% <100.00%> (ΓΈ)
jsons/_compatibility_impl.py 100.00% <100.00%> (ΓΈ)
jsons/_datetime_impl.py 100.00% <100.00%> (ΓΈ)
jsons/_package_info.py 100.00% <100.00%> (ΓΈ)
jsons/deserializers/default_dict.py 100.00% <100.00%> (ΓΈ)
jsons/deserializers/default_tuple.py 100.00% <100.00%> (ΓΈ)
jsons/deserializers/default_zone_info.py 100.00% <100.00%> (ΓΈ)
... and 5 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 390ea48...69eca2c. Read the comment docs.