moov-io / rtp20022

ISO20022 messages in Go for Real Time Payments (RTP)
Apache License 2.0
40 stars 9 forks source link

rtp: cache regexes in memory for reuse #46

Closed adamdecaf closed 8 months ago

adamdecaf commented 8 months ago

Fixes: https://github.com/moov-io/rtp20022/issues/45

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (957ae88) 84.86% compared to head (94a6826) 85.49%.

:exclamation: Current head 94a6826 differs from pull request most recent head 36c4c28. Consider uploading reports for the commit 36c4c28 to get more accurate results

Files Patch % Lines
pkg/rtp/restrictions.go 83.33% 1 Missing and 1 partial :warning:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #46 +/- ## ========================================== + Coverage 84.86% 85.49% +0.62% ========================================== Files 12 12 Lines 185 193 +8 ========================================== + Hits 157 165 +8 Misses 24 24 Partials 4 4 ```

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

jerome-laforge commented 8 months ago

LGTM

Thx!