v20260104-14-reports-stats-total-runs-success-rate-fix #28
@ -1 +1 @@
|
||||
v20260104-10-reports-html-export-fix-stats-view-and-total-runs
|
||||
v20260104-11-reports-jobs-remove-text-column-option
|
||||
|
||||
@ -238,7 +238,6 @@ def build_report_columns_meta():
|
||||
{
|
||||
"name": "Summary metrics",
|
||||
"items": [
|
||||
{"key": "object_name", "label": "Text", "views": ["summary"]},
|
||||
{"key": "total_runs", "label": "Total runs", "views": ["summary"]},
|
||||
{"key": "success_count", "label": "Success", "views": ["summary"]},
|
||||
{"key": "success_override_count", "label": "Success (override)", "views": ["summary"]},
|
||||
@ -288,12 +287,6 @@ def build_report_columns_meta():
|
||||
{"key": "reviewed_at", "label": "Reviewed at", "views": ["snapshot"]},
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Text",
|
||||
"items": [
|
||||
{"key": "object_name", "label": "Text", "views": ["snapshot", "summary"]},
|
||||
],
|
||||
},
|
||||
{
|
||||
"name": "Summary counts",
|
||||
"items": [
|
||||
|
||||
@ -273,6 +273,14 @@
|
||||
- Updated the Total runs calculation in the HTML summary to only count run statuses that are selected in the active view.
|
||||
- Prevented non-selected statuses (such as missed) from being included in the Total runs calculation.
|
||||
|
||||
---
|
||||
|
||||
## v20260104-11-reports-jobs-remove-text-column-option
|
||||
|
||||
- Removed the “Text” column from the Jobs column selection in Reports.
|
||||
- Cleaned up column metadata so the “Text” option no longer appears in the Reports UI.
|
||||
- Ensured consistency between selectable columns and rendered report output.
|
||||
|
||||
================================================================================================================================================
|
||||
|
||||
## v0.1.15
|
||||
|
||||
Loading…
Reference in New Issue
Block a user