tefra / xsdata-pydantic

Naive XML & JSON Bindings for python pydantic classes!
https://xsdata-pydantic.readthedocs.io/
MIT License
52 stars 10 forks source link

Add custom QName impl with __validators__ #5

Closed tefra closed 2 years ago

tefra commented 2 years ago

closes #4

codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (9ce4a27) into master (666bf98) will decrease coverage by 1.30%. The diff coverage is 71.42%.

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   86.30%   85.00%   -1.31%     
==========================================
  Files           7        7              
  Lines         146      160      +14     
  Branches       24       26       +2     
==========================================
+ Hits          126      136      +10     
- Misses         20       24       +4     
Impacted Files Coverage Δ
xsdata_pydantic/generator.py 100.00% <ø> (ø)
xsdata_pydantic/datatype.py 57.89% <60.00%> (+0.44%) :arrow_up:
xsdata_pydantic/hooks/class_type.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 666bf98...9ce4a27. Read the comment docs.