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

fix(mapping): fix mapping when using schema class #70

Merged
merged 1 commit into from
Apr 9, 2020

Conversation

sbrieuc
Copy link
Contributor

@sbrieuc sbrieuc commented Apr 8, 2020

Fix for #66

Use of issubclass instead of isinstance to map types.

@codecov-io
Copy link

Codecov Report

Merging #70 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   97.78%   97.82%   +0.04%     
==========================================
  Files           6        6              
  Lines         766      781      +15     
==========================================
+ Hits          749      764      +15     
  Misses         17       17              
Impacted Files Coverage Δ
flask_accepts/utils.py 100.00% <100.00%> (ø)
flask_accepts/utils_test.py 100.00% <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 3e384aa...f3eb543. Read the comment docs.

@apryor6 apryor6 merged commit ee1a95d into apryor6:master Apr 9, 2020
@apryor6
Copy link
Owner

apryor6 commented Apr 9, 2020

Looks good, thank you very much!

@apryor6
Copy link
Owner

apryor6 commented Apr 9, 2020

Available in 0.16.5 via pip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants