From ef06b3100e45bc7684ef6ed6a7072143f9532b84 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 1 Apr 2026 08:30:03 +0200 Subject: [PATCH] Fix tracking image links to point to repos instead of raw CSV files --- content/coreutils.md | 2 ++ content/findutils.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/coreutils.md b/content/coreutils.md index 4d38ef14c..e77608a62 100644 --- a/content/coreutils.md +++ b/content/coreutils.md @@ -7,6 +7,8 @@ template = "project.html" uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust. While all programs have been implemented, some options might be missing or different behavior might be experienced. +[![GNU test results](https://raw.githubusercontent.com/uutils/coreutils-tracking/refs/heads/main/gnu-results.svg)](https://github.com/uutils/coreutils-tracking) + # Goals This project aims to be a drop-in replacement for the GNU utils. Differences with GNU are treated as bugs. diff --git a/content/findutils.md b/content/findutils.md index 28a0796c2..aa4258134 100644 --- a/content/findutils.md +++ b/content/findutils.md @@ -9,6 +9,8 @@ Rust implementation of GNU findutils: `xargs`, `find`, `locate` and `updatedb`. This project aims to be a drop-in replacement of the original commands. +[![BFS test results](https://raw.githubusercontent.com/uutils/findutils-tracking/refs/heads/main/bfs-results.svg)](https://github.com/uutils/findutils-tracking) + # Contributing To contribute to uutils findutils, please see [CONTRIBUTING](https://github.com/uutils/findutils/blob/main/CONTRIBUTING.md).