Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.2.0 #101

Merged
merged 6 commits into from
Jul 3, 2020
Merged

Release/1.2.0 #101

merged 6 commits into from
Jul 3, 2020

Conversation

ramonhagenaars
Copy link
Owner

@ramonhagenaars ramonhagenaars commented May 10, 2020

fixes #90
fixes #93
fixes #95
fixes #98
fixes #100

@ramonhagenaars ramonhagenaars added the in progress This issue is worked on label May 10, 2020
@codecov-io
Copy link

codecov-io commented May 12, 2020

Codecov Report

Merging #101 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #101   +/-   ##
=======================================
  Coverage   99.41%   99.41%           
=======================================
  Files          55       55           
  Lines        1362     1366    +4     
=======================================
+ Hits         1354     1358    +4     
  Misses          8        8           
Impacted Files Coverage Δ
jsons/deserializers/default_union.py 100.00% <ø> (ø)
jsons/_meta.py 100.00% <100.00%> (ø)
jsons/deserializers/default_dict.py 100.00% <100.00%> (ø)
jsons/deserializers/default_nonetype.py 100.00% <100.00%> (ø)
jsons/serializers/default_object.py 98.44% <100.00%> (ø)

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 e335fd5...1bf9921. Read the comment docs.

@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2020

Codecov Report

Merging #101 into master will increase coverage by 0.14%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #101      +/-   ##
==========================================
+ Coverage   99.26%   99.41%   +0.14%     
==========================================
  Files          55       55              
  Lines        1368     1372       +4     
==========================================
+ Hits         1358     1364       +6     
+ Misses         10        8       -2     
Impacted Files Coverage Δ
jsons/deserializers/default_union.py 100.00% <ø> (ø)
jsons/_meta.py 100.00% <100.00%> (ø)
jsons/deserializers/default_dict.py 100.00% <100.00%> (ø)
jsons/deserializers/default_nonetype.py 100.00% <100.00%> (ø)
jsons/serializers/default_object.py 98.44% <100.00%> (ø)
jsons/classes/verbosity.py 100.00% <0.00%> (+10.00%) ⬆️

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 f1f3e60...76a9e55. Read the comment docs.

@ramonhagenaars ramonhagenaars merged commit 919d860 into master Jul 3, 2020
@ramonhagenaars ramonhagenaars deleted the Release/1.2.0 branch January 26, 2021 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment