aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-05 09:31:32 -0500
committerCraig Jennings <c@cjennings.net>2026-05-05 09:31:32 -0500
commit14195e10b01fec3d9ded6e664a416c5cf3d33cc9 (patch)
treea0695eb5e31ba4690245f7939a5cb0acb53251be
parent8e15315aa47f2ffbf3624ea67a68b7a5f80b2a7f (diff)
downloademacs-wttrin-14195e10b01fec3d9ded6e664a416c5cf3d33cc9.tar.gz
emacs-wttrin-14195e10b01fec3d9ded6e664a416c5cf3d33cc9.zip
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.
-rw-r--r--README.org2
1 files changed, 2 insertions, 0 deletions
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).