From 14195e10b01fec3d9ded6e664a416c5cf3d33cc9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 5 May 2026 09:31:32 -0500 Subject: docs: add CI and Coveralls badges to README Both badges point at the GitHub mirror, which is where the workflow runs and where the coverage gets reported. The CI badge reflects the latest run on `main`. The Coveralls badge tracks the most recent coverage upload from that branch. --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index df05568..ea4aaf0 100644 --- a/README.org +++ b/README.org @@ -5,6 +5,8 @@ [[https://www.gnu.org/software/emacs/][file:assets/made-for-emacs-badge.svg]] [[https://melpa.org/#/wttrin][file:https://melpa.org/packages/wttrin-badge.svg]] [[https://stable.melpa.org/#/wttrin][file:https://stable.melpa.org/packages/wttrin-badge.svg]] +[[https://github.com/cjennings/emacs-wttrin/actions/workflows/ci.yml][file:https://github.com/cjennings/emacs-wttrin/actions/workflows/ci.yml/badge.svg]] +[[https://coveralls.io/github/cjennings/emacs-wttrin?branch=main][file:https://coveralls.io/repos/github/cjennings/emacs-wttrin/badge.svg?branch=main]] Wttrin is a simple Emacs frontend for Igor Chubin's [[https://github.com/chubin/wttr.in][wttr.in]] weather service. It works with Emacs 24.4+ and needs [[https://github.com/atomontage/xterm-color][xterm-color]] for the colored ASCII art (MELPA handles that dependency for you). -- cgit v1.2.3