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 feature: Country Info(#47) #50

Closed vitaliy-paliy closed 3 months ago

vitaliy-paliy commented 3 months ago

Implemented #47 + added more data fields. Got all the country data from here

vitaliy-paliy commented 3 months ago

cc @bxcodec

rubemlrm commented 3 months ago

Hello @vitaliy-paliy good work that you did here. I will trigger the tests to see if it's all ok.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 87.50000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 89.00%. Comparing base (6d0a05f) to head (61b71f0).

Files Patch % Lines
address.go 85.71% 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 @@ ## main #50 +/- ## ========================================== - Coverage 89.01% 89.00% -0.02% ========================================== Files 13 13 Lines 1812 1828 +16 ========================================== + Hits 1613 1627 +14 - Misses 142 143 +1 - Partials 57 58 +1 ```

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

bxcodec commented 3 months ago

Thanks, @vitaliy-paliy, for the contribution! And @rubemlrm for reviewing/triggering the test