georgysavva / scany

Library for scanning data from a database into Go structs and more
MIT License
1.23k stars 67 forks source link

Cache columeToIndexFieldMap #131

Closed zolstein closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 81.02%. Comparing base (041a992) to head (aaeacbd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #131 +/- ## ========================================== + Coverage 80.72% 81.02% +0.30% ========================================== Files 5 5 Lines 555 564 +9 ========================================== + Hits 448 457 +9 Misses 92 92 Partials 15 15 ``` | [Flag](https://app.codecov.io/gh/georgysavva/scany/pull/131/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georgy+Savva) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/georgysavva/scany/pull/131/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georgy+Savva) | `81.02% <100.00%> (+0.30%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georgy+Savva#carryforward-flags-in-the-pull-request-comment) to find out more.

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

georgysavva commented 3 months ago

This looks great, thank you. This PR fixes https://github.com/georgysavva/scany/issues/25.

georgysavva commented 3 months ago

@zolstein here is the new release: https://github.com/georgysavva/scany/releases/tag/v2.1.2