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

feat: TupleField added in order to deserialize typing.Tuple as tuples… #296

Merged
merged 1 commit into from
Apr 21, 2023

Conversation

marcosschroh
Copy link
Owner

… rather than list. Closes #291

@github-actions
Copy link
Contributor

github-actions bot commented Apr 21, 2023

PR Preview Action 7b04717
Preview removed because the pull request was closed.
2023-04-21 13:27 UTC

@codecov
Copy link

codecov bot commented Apr 21, 2023

Codecov Report

Merging #296 (c8e1195) into master (e368977) will decrease coverage by 0.14%.
The diff coverage is 95.12%.

@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
- Coverage   99.22%   99.08%   -0.14%     
==========================================
  Files          15       15              
  Lines        1293     1315      +22     
  Branches      261      272      +11     
==========================================
+ Hits         1283     1303      +20     
- Misses          3        4       +1     
- Partials        7        8       +1     
Impacted Files Coverage Δ
dataclasses_avroschema/schema_generator.py 97.54% <92.59%> (-1.11%) ⬇️
dataclasses_avroschema/fields.py 98.97% <100.00%> (+0.01%) ⬆️
dataclasses_avroschema/schema_definition.py 98.68% <100.00%> (+0.03%) ⬆️
dataclasses_avroschema/serialization.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@marcosschroh marcosschroh merged commit 7b04717 into master Apr 21, 2023
@marcosschroh marcosschroh deleted the feat/add-tuple-field branch April 21, 2023 13:27
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.

Tuple field gets deserialized as list
1 participant