From 44425d5bcbbd6ff2b9c5290af2982197d2030ec5 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 28 May 2026 22:09:09 +0000 Subject: [PATCH] docs: replace stale static test badge with dynamic CI badge The previous Tests badge was a hardcoded "175 passing" image with an empty href, both stale and non-clickable. Drop it and add the GitHub Actions CI badge so contributors see live build/test status. Closes #13 Closes #15 https://claude.ai/code/session_012RmdaovmNWZVAim4XxCWwn --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2895d83..722252a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ **A high-performance Rust port of [Scrapling](https://github.com/D4Vinci/Scrapling) -- the modern web scraping framework built by web scrapers, for web scrapers.** +[![CI](https://github.com/Liohtml/RUSTScrapling/actions/workflows/ci.yml/badge.svg)](https://github.com/Liohtml/RUSTScrapling/actions/workflows/ci.yml) [![Rust](https://img.shields.io/badge/Rust-1.75%2B-orange?logo=rust)](https://www.rust-lang.org/) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE-MIT) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE-APACHE) -[![Tests](https://img.shields.io/badge/tests-175%20passing-brightgreen)]() *Parse HTML with CSS selectors, fetch pages with stealth headers, and crawl entire sites with async concurrency -- all from a single Rust crate.*