From 60dc086e6f8687aa33d656dcef4f20e6b5c80572 Mon Sep 17 00:00:00 2001 From: compwron Date: Mon, 10 Aug 2026 23:59:24 +0000 Subject: [PATCH] Point the README CI badges at workflows that exist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three of the four badges named workflow files that were deleted in #520 (1fd910f2, 2021-10-14), which combined the backend CI jobs into backend.yml. The badges were not updated at the time, so rspec.yml, erb_lint.yml and ruby_lint.yml have rendered as "no status" ever since. Badges are per workflow rather than per job, and rspec, erb-lint and standardrb are now three jobs inside backend.yml, so there is no URL that reports them separately — one backend badge covers all three. That takes four badges down to three, which also picks up native.yml, which never had one. Checked rather than assumed, both the images and the links they wrap: backend backend - passing HTTP 200 frontend frontend - failing HTTP 200 native native - passing HTTP 200 frontend genuinely is failing on master, which is #872 — its node-next-test job cannot pass, and never could. This change does not cause that, it stops three blank badges from obscuring it. Fixes #745 Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca07ac4b..d01753e4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Flaredown -[![rspec](https://github.com/rubyforgood/Flaredown/actions/workflows/rspec.yml/badge.svg)](https://github.com/rubyforgood/Flaredown/actions/workflows/rspec.yml) +[![backend](https://github.com/rubyforgood/Flaredown/actions/workflows/backend.yml/badge.svg)](https://github.com/rubyforgood/Flaredown/actions/workflows/backend.yml) [![frontend](https://github.com/rubyforgood/Flaredown/actions/workflows/frontend.yml/badge.svg)](https://github.com/rubyforgood/Flaredown/actions/workflows/frontend.yml) -[![ERB lint](https://github.com/rubyforgood/Flaredown/actions/workflows/erb_lint.yml/badge.svg)](https://github.com/rubyforgood/Flaredown/actions/workflows/erb_lint.yml) -[![standardrb lint](https://github.com/rubyforgood/Flaredown/actions/workflows/ruby_lint.yml/badge.svg)](https://github.com/rubyforgood/Flaredown/actions/workflows/ruby_lint.yml) +[![native](https://github.com/rubyforgood/Flaredown/actions/workflows/native.yml/badge.svg)](https://github.com/rubyforgood/Flaredown/actions/workflows/native.yml) Flaredown makes it easy for people to track symptoms over time, and learn how to control them. Our goal is to analyze the aggregate data from users of this tool to understand the probable effects of treatments and environmental stressors on chronic illness.