gatkin / declxml

Declarative XML processing for Python
https://declxml.readthedocs.io/en/latest/
MIT License
37 stars 7 forks source link

WIP: Allow arbitrary value transformers to be provided to processors #14

Closed gatkin closed 6 years ago

gatkin commented 6 years ago

Prototype change to explore allowing values to be transformed during parsing and serialization process to support the use cases described in #13 and #12

codecov[bot] commented 6 years ago

Codecov Report

Merging #14 into master will decrease coverage by 1.02%. The diff coverage is 82.6%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage     100%   98.97%   -1.03%     
==========================================
  Files           1        1              
  Lines         379      390      +11     
  Branches       65       68       +3     
==========================================
+ Hits          379      386       +7     
- Misses          0        2       +2     
- Partials        0        2       +2
Impacted Files Coverage Δ
declxml.py 98.97% <82.6%> (-1.03%) :arrow_down:

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 41ecee0...1b7d74e. Read the comment docs.