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

adding missing cities to addresses data #51

Closed davekerr-orum closed 3 months ago

davekerr-orum commented 3 months ago

adding missing cities to 5 addresses in the data

codecov-commenter commented 3 months ago

Codecov Report

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

Project coverage is 89.00%. Comparing base (181bd1b) to head (fd87534).

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ======================================= Coverage 89.00% 89.00% ======================================= Files 13 13 Lines 1828 1828 ======================================= Hits 1627 1627 Misses 143 143 Partials 58 58 ```

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

rubemlrm commented 3 months ago

LGTM, i will merge this.