Closed debruinf closed 5 years ago
Merging #24 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #24 +/- ##
======================================
Coverage 97.3% 97.3%
======================================
Files 22 22
Lines 854 854
======================================
Hits 831 831
Misses 23 23
Impacted Files | Coverage Δ | |
---|---|---|
sepaxml/utils.py | 80% <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 2f319e2...2e8974f. Read the comment docs.
Thanks a lot!
Currently, amounts with two digits are incorrectly converted, resulting in amounts missing the leading '0'. This PR fixes that.