Skip to content

Commit b6d550a

Browse files
authored
chore(site): update unit test badge (#841)
1 parent b0816c3 commit b6d550a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/test-coverage.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
backTop: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
55
badge: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
66
button: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
7-
calendar: { statements: '98.45%', branches: '95.48%', functions: '100%', lines: '99.15%' },
7+
calendar: { statements: '97.55%', branches: '90%', functions: '98.52%', lines: '98.45%' },
88
cascader: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
99
cell: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
1010
checkbox: { statements: '99.12%', branches: '98.27%', functions: '100%', lines: '100%' },
@@ -17,7 +17,7 @@ module.exports = {
1717
dialog: { statements: '97.93%', branches: '95%', functions: '97.14%', lines: '97.84%' },
1818
divider: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
1919
drawer: { statements: '98.63%', branches: '100%', functions: '96.42%', lines: '100%' },
20-
dropdownMenu: { statements: '100%', branches: '96.29%', functions: '100%', lines: '100%' },
20+
dropdownMenu: { statements: '92.94%', branches: '82.81%', functions: '100%', lines: '92.5%' },
2121
empty: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
2222
fab: { statements: '5.4%', branches: '0%', functions: '0%', lines: '5.4%' },
2323
footer: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
@@ -54,7 +54,7 @@ module.exports = {
5454
stepper: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
5555
steps: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
5656
sticky: { statements: '100%', branches: '90%', functions: '100%', lines: '100%' },
57-
swipeCell: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
57+
swipeCell: { statements: '100%', branches: '98.7%', functions: '100%', lines: '100%' },
5858
swiper: { statements: '57.55%', branches: '37.1%', functions: '67.6%', lines: '59.74%' },
5959
switch: { statements: '100%', branches: '100%', functions: '100%', lines: '100%' },
6060
tabBar: { statements: '100%', branches: '93.18%', functions: '100%', lines: '100%' },
@@ -64,6 +64,6 @@ module.exports = {
6464
textarea: { statements: '98.64%', branches: '95%', functions: '93.33%', lines: '100%' },
6565
toast: { statements: '98.73%', branches: '100%', functions: '94.11%', lines: '98.66%' },
6666
treeSelect: { statements: '5.4%', branches: '0%', functions: '0%', lines: '5.88%' },
67-
upload: { statements: '4.28%', branches: '0%', functions: '0%', lines: '4.47%' },
67+
upload: { statements: '4.22%', branches: '0%', functions: '0%', lines: '4.47%' },
6868
watermark: { statements: '96%', branches: '74.46%', functions: '100%', lines: '98.59%' },
6969
};

0 commit comments

Comments
 (0)