ramonhagenaars / jsons

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

Added support for attrs. #144

Closed ramonhagenaars closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #144 (df8beb1) into master (fc1f21b) will decrease coverage by 0.94%. The diff coverage is 93.18%.

Impacted file tree graph

@@             Coverage Diff             @@
##            master     #144      +/-   ##
===========================================
- Coverage   100.00%   99.05%   -0.95%     
===========================================
  Files           57       60       +3     
  Lines         1413     1485      +72     
===========================================
+ Hits          1413     1471      +58     
- Misses           0       14      +14     
Impacted Files Coverage Ξ”
jsons/_dump_impl.py 100.00% <ΓΈ> (ΓΈ)
jsons/serializers/default_datetime.py 100.00% <ΓΈ> (ΓΈ)
jsons/_compatibility_impl.py 92.00% <50.00%> (-8.00%) :arrow_down:
jsons/deserializers/default_zone_info.py 88.88% <88.88%> (ΓΈ)
jsons/serializers/default_primitive.py 94.73% <91.66%> (-5.27%) :arrow_down:
jsons/__init__.py 100.00% <100.00%> (ΓΈ)
jsons/_cache.py 100.00% <100.00%> (ΓΈ)
jsons/_datetime_impl.py 100.00% <100.00%> (ΓΈ)
jsons/_package_info.py 100.00% <100.00%> (ΓΈ)
jsons/serializers/default_list.py 100.00% <100.00%> (ΓΈ)
... and 3 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 12594eb...df8beb1. Read the comment docs.