Skip to content

Commit 2ace6da

Browse files
authored
chore: back-merge main into develop
Brings the verification status aggregate that verify-status pushed to main after develop was branched. Under git-flow anything that lands on main is merged back so develop never starts from stale state.
2 parents cc7e57d + e3e8be6 commit 2ace6da

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

data/_verify/status.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"generated_at": "2026-07-30T02:21:56Z",
2+
"generated_at": "2026-07-31T09:27:33Z",
33
"schema": 1,
44
"totals": {
55
"records": 105742,
6-
"verified": 10028,
7-
"verified_pct": 9.48,
6+
"verified": 14777,
7+
"verified_pct": 13.97,
88
"green": 14778,
99
"yellow": 89175,
1010
"red": 1789,
@@ -13,8 +13,8 @@
1313
"by_category": {
1414
"brand": {
1515
"total": 207,
16-
"verified": 10,
17-
"verified_pct": 4.83,
16+
"verified": 24,
17+
"verified_pct": 11.59,
1818
"green": 24,
1919
"yellow": 183,
2020
"red": 0,
@@ -31,8 +31,8 @@
3131
},
3232
"smartphone": {
3333
"total": 93396,
34-
"verified": 8453,
35-
"verified_pct": 9.05,
34+
"verified": 11602,
35+
"verified_pct": 12.42,
3636
"green": 11602,
3737
"yellow": 81206,
3838
"red": 588,
@@ -76,8 +76,8 @@
7676
},
7777
"cpu": {
7878
"total": 3977,
79-
"verified": 986,
80-
"verified_pct": 24.79,
79+
"verified": 2572,
80+
"verified_pct": 64.67,
8181
"green": 2572,
8282
"yellow": 1404,
8383
"red": 1,

0 commit comments

Comments
 (0)