Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(location): Czech postcode format #2268

Merged
merged 2 commits into from
Jul 21, 2023
Merged

fix(location): Czech postcode format #2268

merged 2 commits into from
Jul 21, 2023

Conversation

ihmpavel
Copy link
Contributor

Postcode for Czechia contains 5 numbers, these numbers are usually divided into one group or two groups which are 3 numbers, space and 2 numbers.

Format with dash is not common and never used.
Wiki reference about ZIP format

@ihmpavel ihmpavel requested a review from a team as a code owner July 20, 2023 21:29
@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Merging #2268 (3f46910) into next (7a4bb43) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #2268      +/-   ##
==========================================
+ Coverage   99.58%   99.60%   +0.01%     
==========================================
  Files        2638     2638              
  Lines      244685   244685              
  Branches     1077     1086       +9     
==========================================
+ Hits       243678   243713      +35     
+ Misses        980      945      -35     
  Partials       27       27              
Impacted Files Coverage Δ
src/locales/cs_CZ/location/postcode.ts 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

@ST-DDT ST-DDT added p: 1-normal Nothing urgent c: locale Permutes locale definitions m: location Something is referring to the location module labels Jul 20, 2023
@ST-DDT ST-DDT requested review from a team July 20, 2023 22:18
@ST-DDT ST-DDT enabled auto-merge (squash) July 21, 2023 07:11
@ST-DDT ST-DDT merged commit 37898ca into faker-js:next Jul 21, 2023
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: locale Permutes locale definitions m: location Something is referring to the location module p: 1-normal Nothing urgent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants