v20260104-14-reports-stats-total-runs-success-rate-fix #28

Merged
ivooskamp merged 22 commits from v20260104-14-reports-stats-total-runs-success-rate-fix into main 2026-01-13 10:59:39 +01:00
3 changed files with 9 additions and 8 deletions
Showing only changes of commit 17d0398fb7 - Show all commits

View File

@ -1 +1 @@
v20260104-10-reports-html-export-fix-stats-view-and-total-runs
v20260104-11-reports-jobs-remove-text-column-option

View File

@ -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": [

View File

@ -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