nyaruka / phonenumbers

GoLang port of Google's libphonenumber library
MIT License
1.25k stars 148 forks source link

Refactor buildmetadata to not require svn #155

Closed rowanseymour closed 11 months ago

rowanseymour commented 11 months ago

Addresses https://github.com/nyaruka/phonenumbers/issues/145

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (09f3706) 50.96% compared to head (0011ef1) 50.96%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #155 +/- ## ======================================= Coverage 50.96% 50.96% ======================================= Files 9 9 Lines 3469 3469 ======================================= Hits 1768 1768 Misses 1550 1550 Partials 151 151 ```

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

padjoo commented 11 months ago

Thanks @rowanseymour!