moov-io / iso8583

A golang implementation to marshal and unmarshal iso8583 message.
https://moov.io
Apache License 2.0
352 stars 105 forks source link

Updating unimarshaller #289

Closed mfdeveloper508 closed 12 months ago

mfdeveloper508 commented 1 year ago

https://github.com/moov-io/iso8583/issues/282 https://github.com/moov-io/iso8583/issues/279

codecov-commenter commented 1 year ago

Codecov Report

Attention: 93 lines in your changes are missing coverage. Please review.

Comparison is base (b652df4) 73.70% compared to head (2cb0e9d) 73.60%. Report is 3 commits behind head on master.

:exclamation: Current head 2cb0e9d differs from pull request most recent head a88931a. Consider uploading reports for the commit a88931a to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #289 +/- ## ========================================== - Coverage 73.70% 73.60% -0.10% ========================================== Files 43 43 Lines 2282 2478 +196 ========================================== + Hits 1682 1824 +142 - Misses 369 413 +44 - Partials 231 241 +10 ``` | [Files](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io) | Coverage Δ | | |---|---|---| | [test/fuzz-reader/reader.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-dGVzdC9mdXp6LXJlYWRlci9yZWFkZXIuZ28=) | `55.55% <0.00%> (ø)` | | | [field/bitmap.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvYml0bWFwLmdv) | `69.29% <60.00%> (-1.76%)` | :arrow_down: | | [field/track1.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvdHJhY2sxLmdv) | `69.02% <40.00%> (ø)` | | | [field/track2.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvdHJhY2syLmdv) | `68.22% <40.00%> (ø)` | | | [field/track3.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvdHJhY2szLmdv) | `61.79% <40.00%> (ø)` | | | [message.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-bWVzc2FnZS5nbw==) | `74.10% <91.83%> (+2.15%)` | :arrow_up: | | [field/composite.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvY29tcG9zaXRlLmdv) | `80.13% <85.36%> (-1.76%)` | :arrow_down: | | [field/hex.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvaGV4Lmdv) | `72.72% <71.15%> (+4.18%)` | :arrow_up: | | [field/string.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvc3RyaW5nLmdv) | `76.72% <67.92%> (-6.41%)` | :arrow_down: | | [field/binary.go](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvYmluYXJ5Lmdv) | `65.07% <66.66%> (+4.40%)` | :arrow_up: | | ... and [1 more](https://app.codecov.io/gh/moov-io/iso8583/pull/289?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io) | |

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