Open kb-sp opened 3 weeks ago
Attention: Patch coverage is 71.69811%
with 15 lines
in your changes missing coverage. Please review.
Project coverage is 95.13%. Comparing base (
076c25f
) to head (ecdb0b6
).
Files with missing lines | Patch % | Lines |
---|---|---|
xtype/type.go | 65.11% | 14 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR adds support for using struct tags to match variable names.
Feedback welcome!
Following up on #132 this adds a new option that takes the name of the tag to use for matching. For example:
Tag matching is not performed if
matchTag
is not set, and matching falls back to standard code paths.Docs have been updated, and functionality seems good on my code base.