moov-io / iso8583

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

new filters for specified fields #203

Closed mfdeveloper508 closed 1 year ago

alovak commented 1 year ago

@mfdeveloper508 thanks a lot! This looks great!

codecov-commenter commented 1 year ago

Codecov Report

Base: 72.40% // Head: 73.25% // Increases project coverage by +0.84% :tada:

Coverage data is based on head (25e407a) compared to base (986a81f). Patch coverage: 81.81% of modified lines in pull request are covered.

:exclamation: Current head 25e407a differs from pull request most recent head 5746e9d. Consider uploading reports for the commit 5746e9d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #203 +/- ## ========================================== + Coverage 72.40% 73.25% +0.84% ========================================== Files 40 41 +1 Lines 1841 1944 +103 ========================================== + Hits 1333 1424 +91 - Misses 317 320 +3 - Partials 191 200 +9 ``` | [Impacted Files](https://codecov.io/gh/moov-io/iso8583/pull/203?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io) | Coverage Δ | | |---|---|---| | [field\_filter.go](https://codecov.io/gh/moov-io/iso8583/pull/203/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGRfZmlsdGVyLmdv) | `68.33% <68.33%> (ø)` | | | [field/binary.go](https://codecov.io/gh/moov-io/iso8583/pull/203/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvYmluYXJ5Lmdv) | `60.67% <94.44%> (+6.24%)` | :arrow_up: | | [field/string.go](https://codecov.io/gh/moov-io/iso8583/pull/203/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvc3RyaW5nLmdv) | `79.51% <94.73%> (+4.17%)` | :arrow_up: | | [field/numeric.go](https://codecov.io/gh/moov-io/iso8583/pull/203/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvbnVtZXJpYy5nbw==) | `83.14% <95.00%> (+3.39%)` | :arrow_up: | | [field/bitmap.go](https://codecov.io/gh/moov-io/iso8583/pull/203/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-ZmllbGQvYml0bWFwLmdv) | `75.53% <100.00%> (+2.19%)` | :arrow_up: | | [cmd/iso8583/describe.go](https://codecov.io/gh/moov-io/iso8583/pull/203/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io#diff-Y21kL2lzbzg1ODMvZGVzY3JpYmUuZ28=) | `76.59% <0.00%> (+13.43%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=moov-io)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.