From ed78f56e6b290e835846bb4c4ff415daea9331bb Mon Sep 17 00:00:00 2001 From: William Allen Date: Wed, 28 Jan 2026 12:54:21 -0500 Subject: [PATCH] Fix coverage sort order The line and branch percentages were introduced in #3348 as text columns instead of numeric columns. This PR fixes the issue by casting the value to a float, allowing the values to be sorted numerically instead of alphabetically. --- .../js/vue/components/BuildCoveragePage.vue | 27 ++++++++++++++----- 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/resources/js/vue/components/BuildCoveragePage.vue b/resources/js/vue/components/BuildCoveragePage.vue index 55a863d88d..4a69dbb34e 100644 --- a/resources/js/vue/components/BuildCoveragePage.vue +++ b/resources/js/vue/components/BuildCoveragePage.vue @@ -150,7 +150,7 @@ {{ obj.path }} -