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

Wilfred / ag.el / 93 / 2
19%
master: 19%

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2019 12:10AM UTC
Files 1
Run time 0s
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

26 Jul 2019 12:09AM UTC coverage: 18.773%. Remained the same
EVM_EMACS=emacs-24.5-travis

push

travis-ci

Wilfred
Allows `files` argument to be parsed to `ag/search` (#157)

Gives `ag/search` an optional `files` parameter. If parsed, give this
list of files to ag instead of the current directory (".").

I find this useful because I use org-journal, and now I can do
something like this to search with ag between two dates, for example
2019-15-5->2019-05-31:

```
(let* ((start (org-journal-calendar-date->time '(5 15 2019)))
       (end   (org-journal-calendar-date->time '(5 31 2019)))
       (files (sort (org-journal-search-build-file-list start end) #'string<)))
  (ag/search "foo" "~/myorg/journal-elements/" :files files))
```

52 of 277 relevant lines covered (18.77%)

0.25 hits per line

Source Files on job 93.2 (EVM_EMACS=emacs-24.5-travis)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 90
  • Travis Job 93.2
  • bd81d684 on github
  • Prev Job for EVM_EMACS=emacs-24.5-travis on master (#89.2)
  • Next Job for EVM_EMACS=emacs-24.5-travis on master (#104.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc