diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-05 09:31:32 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-05 09:31:32 -0500 |
| commit | 14195e10b01fec3d9ded6e664a416c5cf3d33cc9 (patch) | |
| tree | a0695eb5e31ba4690245f7939a5cb0acb53251be | |
| parent | 8e15315aa47f2ffbf3624ea67a68b7a5f80b2a7f (diff) | |
| download | emacs-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.org | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |
