Skip to content

Commit

Permalink
Simplify status page
Browse files Browse the repository at this point in the history
Codeclimate stopped working for some reason 🤷
  • Loading branch information
solnic committed Feb 9, 2024
1 parent bdd4414 commit d2bc293
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions source/status.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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|
Expand All @@ -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

0 comments on commit d2bc293

Please sign in to comment.