Skip to content

Commit 83ba23a

Browse files
aspalaclaude
andcommitted
feat(health-report): merge grade and score columns in worst offenders table
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent be47869 commit 83ba23a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/codeqa/health_report/formatter/github.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ defmodule CodeQA.HealthReport.Formatter.Github do
146146
end)
147147
|> Enum.join("<br>")
148148

149-
"| #{format_path(f.path)}<br>#{format_lines(f[:lines])} lines · #{format_size(f[:bytes])} | #{f.grade} | #{f.score} | #{issues} |"
149+
"| #{format_path(f.path)}<br>#{format_lines(f[:lines])} lines · #{format_size(f[:bytes])} | #{f.grade} (#{f.score}) | #{issues} |"
150150
end)
151151

152152
[
153153
"**Worst Offenders**",
154154
"",
155-
"| File | Grade | Score | Issues |",
156-
"|------|-------|-------|--------|"
155+
"| File | Grade | Issues |",
156+
"|------|-------|--------|"
157157
| rows
158158
]
159159
end

0 commit comments

Comments
 (0)