From d2bc2936eccc3a507ab5048c9dc2ef9725cd1a0e Mon Sep 17 00:00:00 2001 From: Peter Solnica Date: Fri, 9 Feb 2024 08:20:17 +0100 Subject: [PATCH] Simplify status page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Codeclimate stopped working for some reason 🤷 --- source/status.html.slim | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/status.html.slim b/source/status.html.slim index 496b7c7eef1..eef496fdf78 100644 --- a/source/status.html.slim +++ b/source/status.html.slim @@ -21,8 +21,6 @@ p th Build Status th Issues th Pull Requests - th CodeClimate - th Test Coverage th Doc Coverage tbody - Site.projects.sort_by(&:name).each do |project| @@ -41,12 +39,6 @@ p td a href=project.opened_pulls_url img src=project.opened_pulls_badge - td - a href=project.codeclimate_url - img src=project.codeclimate_badge - td - a href=project.codeclimate_url - img src=project.coverage_badge td a href=project.inch_url img src=project.inch_badge