paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

feat: add preferable country guesser #3

Closed paul-thebaud closed 2 years ago

paul-thebaud commented 2 years ago

Proposed Changes

codecov[bot] commented 2 years ago

Codecov Report

Merging #3 (2001632) into main (064eebd) will increase coverage by 0.17%. The diff coverage is 100.00%.

:exclamation: Current head 2001632 differs from pull request most recent head 02f4414. Consider uploading reports for the commit 02f4414 to get more accurate results

@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
+ Coverage   95.14%   95.32%   +0.17%     
==========================================
  Files          24       25       +1     
  Lines         371      385      +14     
  Branches       71       73       +2     
==========================================
+ Hits          353      367      +14     
  Misses         16       16              
  Partials        2        2              
Impacted Files Coverage Δ
src/components/VPhoneInput.vue 96.19% <100.00%> (+0.06%) :arrow_up:
src/utils/countries/ip2cCountryGuesser.ts 100.00% <100.00%> (ø)
src/utils/countries/isPreferableCountryGuesser.ts 100.00% <100.00%> (ø)
src/utils/countries/memoIp2cCountryGuesser.ts 100.00% <100.00%> (ø)
...c/utils/countries/storageMemoIp2cCountryGuesser.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 064eebd...02f4414. Read the comment docs.