Spaces:
Sleeping
Sleeping
Commit ·
92d8a09
1
Parent(s): 08d3cbf
docs: sync reported test count
Browse filesUpdate the Slipstream Lab overview metric to show the current 590 passing tests.
- app_logic.py +1 -1
app_logic.py
CHANGED
|
@@ -221,7 +221,7 @@ def get_overview_metrics() -> list[dict[str, str]]:
|
|
| 221 |
return [
|
| 222 |
{"metric": "Current release", "value": "3.1.1"},
|
| 223 |
{"metric": "Core dependencies", "value": "0"},
|
| 224 |
-
{"metric": "Passing tests", "value": "
|
| 225 |
{"metric": "Average token reduction", "value": "82%"},
|
| 226 |
]
|
| 227 |
|
|
|
|
| 221 |
return [
|
| 222 |
{"metric": "Current release", "value": "3.1.1"},
|
| 223 |
{"metric": "Core dependencies", "value": "0"},
|
| 224 |
+
{"metric": "Passing tests", "value": "590"},
|
| 225 |
{"metric": "Average token reduction", "value": "82%"},
|
| 226 |
]
|
| 227 |
|