go-faker / faker

Go (Golang) Fake Data Generator for Struct, previously https://github.com/bxcodec/faker
https://pkg.go.dev/github.com/go-faker/faker/v4
MIT License
614 stars 30 forks source link

feat: add tag support for RealAddress #18

Closed wolf-joe closed 1 year ago

wolf-joe commented 1 year ago

14

fix Tag unsupported: real_address

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.95% // Head: 88.99% // Increases project coverage by +0.04% :tada:

Coverage data is based on head (9b2d7f9) compared to base (04f3781). Patch coverage: 100.00% of modified lines in pull request are covered.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## ========================================== + Coverage 88.95% 88.99% +0.04% ========================================== Files 12 12 Lines 1747 1754 +7 ========================================== + Hits 1554 1561 +7 Misses 138 138 Partials 55 55 ``` | [Impacted Files](https://codecov.io/gh/go-faker/faker/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [address.go](https://codecov.io/gh/go-faker/faker/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YWRkcmVzcy5nbw==) | `95.74% <100.00%> (+0.50%)` | :arrow_up: | | [faker.go](https://codecov.io/gh/go-faker/faker/pull/18?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmFrZXIuZ28=) | `85.90% <100.00%> (+0.02%)` | :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=None). 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=None)

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

SuhwanCha commented 1 year ago

@bxcodec When is will be released? I'm using latest version (v4.0.0), and it still doesn't work

wolf-joe commented 1 year ago

@bxcodec When is will be released? I'm using latest version (v4.0.0), and it still doesn't work

try go get -u github.com/go-faker/faker/v4@main to get latest code

bxcodec commented 1 year ago

@SuhwanCha released to latest version https://github.com/go-faker/faker/releases/tag/v4.1.0 Sorry for the delay