Skip to content

Commit

Permalink
Merge pull request #251 from sfbrigade/auto-update-data
Browse files Browse the repository at this point in the history
GitHub action: data update
  • Loading branch information
kengoy authored Jul 7, 2020
2 parents e10ee71 + dec5596 commit 2c1cbdf
Showing 1 changed file with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,15 @@
"hospitalized_current": 40,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 1476,
"deaths": 25,
"tested": 31863,
"hospitalized": 105,
"hospitalized_current": 40,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -2171,6 +2180,12 @@
"deaths": 140,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 6556,
"deaths": 140,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -3437,6 +3452,15 @@
"icu_current": 37,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 5077,
"deaths": 160,
"tested": 218608,
"hospitalized_current": 82,
"icu_current": 37,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -4693,6 +4717,15 @@
"icu_current": 29,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 3776,
"deaths": 50,
"tested": 148911,
"hospitalized_current": 70,
"icu_current": 29,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -5834,6 +5867,14 @@
"hospitalized_current": 56,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 3564,
"deaths": 81,
"tested": 80654,
"hospitalized_current": 56,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -7059,6 +7100,15 @@
"icu_current": 15,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 3536,
"deaths": 108,
"tested": 70928,
"hospitalized_current": 56,
"icu_current": 15,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -8336,6 +8386,15 @@
"tested": 51615,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 1359,
"deaths": 11,
"recovered": 620,
"active": 728,
"tested": 51615,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -9705,6 +9764,17 @@
"hospitalized_current": 8,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 376,
"deaths": 4,
"recovered": 141,
"active": 231,
"tested": 21358,
"hospitalized": 30,
"hospitalized_current": 8,
"growthFactor": 1,
"date": "2020-07-06"
}
]
},
Expand Down Expand Up @@ -11111,6 +11181,17 @@
"hospitalized_current": 28,
"growthFactor": 1,
"date": "2020-07-05"
},
{
"cases": 1311,
"deaths": 19,
"recovered": 918,
"active": 374,
"tested": 30741,
"hospitalized": 70,
"hospitalized_current": 28,
"growthFactor": 1,
"date": "2020-07-06"
}
]
}
Expand Down

0 comments on commit 2c1cbdf

Please sign in to comment.