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

add GetRealAddress & coverage badge #14

Closed wolf-joe closed 1 year ago

wolf-joe commented 1 year ago

fix #11

codecov-commenter commented 1 year ago

Codecov Report

Base: 88.99% // Head: 88.95% // Decreases project coverage by -0.03% :warning:

Coverage data is based on head (a20ab77) compared to base (12df95a). Patch coverage: 81.81% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #14 +/- ## ========================================== - Coverage 88.99% 88.95% -0.04% ========================================== Files 12 12 Lines 1735 1747 +12 ========================================== + Hits 1544 1554 +10 - Misses 137 138 +1 - Partials 54 55 +1 ``` | [Impacted Files](https://codecov.io/gh/go-faker/faker/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [faker.go](https://codecov.io/gh/go-faker/faker/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmFrZXIuZ28=) | `85.87% <ø> (+0.01%)` | :arrow_up: | | [address.go](https://codecov.io/gh/go-faker/faker/pull/14?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-YWRkcmVzcy5nbw==) | `95.23% <81.81%> (-4.77%)` | :arrow_down: | 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.

bxcodec commented 1 year ago

Just minor comment, overall LGTM