swhitty / SwiftDraw

Swift library and command line tool to convert SVGs into SFSymbol, PNG, PDF and Swift source code.
zlib License
389 stars 49 forks source link

fix padHex #25

Closed mk-wang closed 11 months ago

mk-wang commented 1 year ago

24

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (3526a94) 85.27% compared to head (f9a04af) 85.28%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ======================================= Coverage 85.27% 85.28% ======================================= Files 77 77 Lines 7009 7011 +2 ======================================= + Hits 5977 5979 +2 Misses 1032 1032 ``` | [Files](https://app.codecov.io/gh/swhitty/SwiftDraw/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Simon+Whitty) | Coverage Δ | | |---|---|---| | [SwiftDraw/Parser.XML.Color.swift](https://app.codecov.io/gh/swhitty/SwiftDraw/pull/25?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Simon+Whitty#diff-U3dpZnREcmF3L1BhcnNlci5YTUwuQ29sb3Iuc3dpZnQ=) | `97.67% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/swhitty/SwiftDraw/pull/25/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Simon+Whitty)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

swhitty commented 11 months ago

Thank you 🙏🏼