Skip to content

Commit b6f0b9a

Browse files
fix(src/countryCodes.ts): Add 'AZ' code for supporting Azerbaijan flag
1 parent 5e833f9 commit b6f0b9a

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

coverage/lcov-report/countryCodes.ts.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,41 @@
1414
}
1515
</style>
1616
</head>
17-
17+
1818
<body>
1919
<div class='wrapper'>
2020
<div class='pad1'>
2121
<h1><a href="index.html">All files</a> countryCodes.ts</h1>
2222
<div class='clearfix'>
23-
23+
2424
<div class='fl pad1y space-right2'>
2525
<span class="strong">100% </span>
2626
<span class="quiet">Statements</span>
2727
<span class='fraction'>2/2</span>
2828
</div>
29-
30-
29+
30+
3131
<div class='fl pad1y space-right2'>
3232
<span class="strong">100% </span>
3333
<span class="quiet">Branches</span>
3434
<span class='fraction'>0/0</span>
3535
</div>
36-
37-
36+
37+
3838
<div class='fl pad1y space-right2'>
3939
<span class="strong">100% </span>
4040
<span class="quiet">Functions</span>
4141
<span class='fraction'>0/0</span>
4242
</div>
43-
44-
43+
44+
4545
<div class='fl pad1y space-right2'>
4646
<span class="strong">100% </span>
4747
<span class="quiet">Lines</span>
4848
<span class='fraction'>2/2</span>
4949
</div>
50-
51-
50+
51+
5252
</div>
5353
<p class="quiet">
5454
Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
@@ -581,6 +581,7 @@ <h1><a href="index.html">All files</a> countryCodes.ts</h1>
581581
'AU',
582582
'AW',
583583
'AX',
584+
'AZ',
584585
'BA',
585586
'BB',
586587
'BD',
@@ -841,4 +842,4 @@ <h1><a href="index.html">All files</a> countryCodes.ts</h1>
841842
<script src="block-navigation.js"></script>
842843
</body>
843844
</html>
844-
845+

src/countryCodes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const countryCodes = [
1313
'AU',
1414
'AW',
1515
'AX',
16+
'AZ',
1617
'BA',
1718
'BB',
1819
'BD',

0 commit comments

Comments
 (0)