knowark / facturark

Facturación Electrónica en Python
GNU Lesser General Public License v3.0
3 stars 4 forks source link

[FIX]debit_note #7

Closed javelasco30 closed 5 years ago

javelasco30 commented 5 years ago

add fields note debit

codecov[bot] commented 5 years ago

Codecov Report

Merging #7 into master will increase coverage by 0.36%. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #7      +/-   ##
========================================
+ Coverage   99.63%   100%   +0.36%     
========================================
  Files          88     88              
  Lines        1914   1931      +17     
  Branches       88     90       +2     
========================================
+ Hits         1907   1931      +24     
+ Partials        7      0       -7
Impacted Files Coverage Δ
facturark/composers/debit_note_composer.py 100% <ø> (ø) :arrow_up:
facturark/composers/credit_note_composer.py 100% <ø> (ø) :arrow_up:
facturark/composers/credit_note_line_composer.py 100% <ø> (+6.66%) :arrow_up:
facturark/composers/debit_note_line_composer.py 100% <100%> (ø) :arrow_up:
facturark/resolver.py 100% <100%> (ø) :arrow_up:
facturark/composers/dian_extensions_composer.py 100% <100%> (+7.14%) :arrow_up:
facturark/composers/billing_reference_composer.py 100% <0%> (+10%) :arrow_up:

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 4bf33d8...4bbb0b4. Read the comment docs.