raphaelm / python-sepaxml

SEPA Direct Debit XML generation in python
MIT License
110 stars 42 forks source link

Add field msg_id, for example easily naming an export file. #3

Closed augustincouette closed 7 years ago

augustincouette commented 7 years ago

Permute day and year in make_msg_id for alphabetical order in naming files with id

codecov[bot] commented 7 years ago

Codecov Report

Merging #3 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   96.55%   96.56%   +<.01%     
==========================================
  Files           9        9              
  Lines         436      437       +1     
==========================================
+ Hits          421      422       +1     
  Misses         15       15
Impacted Files Coverage Δ
sepadd/debit.py 97.48% <100%> (ø) :arrow_up:
sepadd/utils.py 78.78% <100%> (ø) :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 6c6fdb0...93ed2e8. Read the comment docs.

raphaelm commented 7 years ago

Thanks! :)