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

Wilfred / ag.el / 93
19%

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

pending completion
93

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))
```

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

52 of 277 relevant lines covered (18.77%)

0.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 93.1 (EVM_EMACS=emacs-24.4-travis) 26 Jul 2019 12:10AM UTC 0
18.77
Travis Job 93.1
2 93.2 (EVM_EMACS=emacs-24.5-travis) 26 Jul 2019 12:10AM UTC 0
18.77
Travis Job 93.2
3 93.3 (EVM_EMACS=emacs-25.1-travis) 26 Jul 2019 12:10AM UTC 0
18.77
Travis Job 93.3
Source Files on build 93
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #93
  • bd81d684 on github
  • Prev Build on master (#89)
  • Next Build on master (#104)
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