Update README: update Available Countries table#3201
Conversation
WalkthroughRemoved the README table row for "United States Virgin Islands (the)" from the Available Countries list; this deleted the country name, code, subdivisions, languages, and categories entry. No code or exported-public-entity changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dev #3201 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 307 307
Lines 18309 18309
Branches 2337 2337
=========================================
Hits 18309 18309 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
arkid15r
left a comment
There was a problem hiding this comment.
It looks like we need some tests.
AFAIK, it's the only odd one out at the moment and is already included as "Virgin Islands (U.S.)" as well. The reason it wasn't tested before was that it doesn't have an entity code (and thus wasn't covered by our existing test cases) - IMO, removing this particular table entry altogether might be better. 👀 |
Yes, I also don't understand why it's here, without a code. |
|



Proposed change
Removing redundant entry for U.S. Virgin Islands not handled earlier in #3135
Type of change
holidaysfunctionality in general)Checklist
make checklocally; all checks and tests passed.