• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cjennings / emacs-wttrin
94%

Build:
DEFAULT BRANCH: main
Repo Added 05 May 2026 02:21PM UTC
Files 3
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • main

26 Jun 2026 04:52PM UTC coverage: 93.824% (+0.06%) from 93.767%
28252570088

push

github

cjennings
fix: keep saved locations and search history disjoint

Pressing d cleaned the location from history, but saving with s did not. A place saved under a friendly name kept its raw query as a separate history candidate, and removing the saved entry let that query resurface in the picker.

wttrin-save-location now drops the saved name and its query from history, and wttrin-remove-location drops both the removed name and its query (captured before removal). A new wttrin--drop-from-location-history helper does the work. A place now lives in the directory or in history, never both.

8 of 8 new or added lines in 1 file covered. (100.0%)

714 of 761 relevant lines covered (93.82%)

14.15 hits per line

Relevant lines Covered
Build:
Build:
761 RELEVANT LINES 714 COVERED LINES
14.15 HITS PER LINE
Source Files on main
  • Tree
  • List 3
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28252570088 main fix: keep saved locations and search history disjoint Pressing d cleaned the location from history, but saving with s did not. A place saved under a friendly name kept its raw query as a separate history candidate, and removing the saved entry le... push 26 Jun 2026 04:54PM UTC cjennings github
93.82
28251861964 main feat: save the location to the directory when making it the default Pressing d on a typed or aliased location set the favorite but never added it to wttrin-saved-locations, so the default persisted only as the favorite string, not as a named dire... push 26 Jun 2026 04:41PM UTC cjennings github
93.77
28246555418 main docs: use a public landmark address in saved-location examples push 26 Jun 2026 03:05PM UTC cjennings github
93.76
28245954950 main feat: add named-locations directory with display names A saved location carries a display name distinct from its query target ("Mom's House" maps to coordinates or an address), stored in a savehist-persisted wttrin-saved-locations alist. The name... push 26 Jun 2026 02:55PM UTC cjennings github
93.76
28197345374 main feat: add external-command geolocation, opt-out, and example adapters These build on the current-location picker with the rest of the geolocation work. wttrin-geolocation-command runs a command that prints {lat,lng} (and optionally an address) a... push 25 Jun 2026 08:08PM UTC cjennings github
95.28
28184312702 main feat: add current-location detection to the weather picker Geolocation used to live in a separate command, so getting weather for where you are meant knowing a second command existed. I added a "Current location (detect)" entry pinned to the top ... push 25 Jun 2026 04:17PM UTC cjennings github
95.07
28148378931 main fix: refresh mode-line weather when the default location changes Pressing d to promote a displayed location to the favorite changed wttrin-favorite-location but left the mode-line untouched. Its cache still held the old location's weather. The ne... push 25 Jun 2026 05:12AM UTC cjennings github
94.07
28074619751 main feat: add 'd' key to make the displayed location the default I bound d in the weather buffer to wttrin-make-default, which sets wttrin-favorite-location to the location on screen so it drives the mode-line and future sessions. The footer advertis... push 24 Jun 2026 04:12AM UTC cjennings github
94.0
28072273630 main feat: expose themeable faces for mode-line and buffer text I added four customizable faces so themes and customize-face can restyle the text wttrin draws itself: wttrin-mode-line-stale (the dimmed stale mode-line emoji), wttrin-staleness-header (... push 24 Jun 2026 03:06AM UTC cjennings github
93.86
27905438945 main fix: keep location history registered after a savehist setq A one-time add-to-list put wttrin--location-history into savehist-additional-variables when savehist loaded. Any user who later setqs that list, a common config pattern for curating whic... push 21 Jun 2026 01:13PM UTC cjennings github
94.04
See All Builds (22)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc