PrinsFrank / standards

A collection of standards as PHP Enums: ISO3166, ISO4217, ISO639...
MIT License
375 stars 10 forks source link

Implement country subdivisions #230

Closed PrinsFrank closed 3 weeks ago

PrinsFrank commented 4 weeks ago

Fixes #228

codecov[bot] commented 4 weeks ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (7216664) to head (5bd8b13). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #230 +/- ## =========================================== Coverage 100.00% 100.00% - Complexity 262 263 +1 =========================================== Files 40 41 +1 Lines 4174 4175 +1 =========================================== + Hits 4174 4175 +1 ```

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

PrinsFrank commented 3 weeks ago

@szepeviktor The extend-ignore-re doesn't work as expected. Do you see what's going on?