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

elves / elvish / 1193
46%

Build:
DEFAULT BRANCH: master
Ran 05 Jul 2017 09:35PM UTC
Jobs 6
Files 136
Run time 27min
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
1193

push

travis-ci

xiaq
Rework listing mode (#374)

* Rename dirs to dir-history

Add a suffix to line up with other modules.

* Introduce narrow, a generic list selection mode

Note: it is reported that this implementation has performance issue.

The purpose of narrow mode is to give user flexibility to extend list
selection related functionality by using a builtin function called
`-narrow-read`. Given the following signature, where `source` is a
function returns all the candidates; `action` is a function
which will be called on the accepted candidate.

```
narrow-read <source> <action>
```

If supported, a simple location mode can be easily implemented as:

```
bind insert C-l {
    $le:&narrow-read [({ dirs | each { echo $args[0][path] } })] {
cd $args[0] }
}
```

5429 of 11832 relevant lines covered (45.88%)

3.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1193.1 05 Jul 2017 09:35PM UTC 0
45.86
Travis Job 1193.1
2 1193.2 05 Jul 2017 09:52PM UTC 0
45.84
Travis Job 1193.2
3 1193.3 05 Jul 2017 09:38PM UTC 0
45.88
Travis Job 1193.3
4 1193.4 05 Jul 2017 09:58PM UTC 0
45.85
Travis Job 1193.4
5 1193.5 05 Jul 2017 09:47PM UTC 0
45.88
Travis Job 1193.5
6 1193.6 05 Jul 2017 10:02PM UTC 0
45.85
Travis Job 1193.6
Source Files on build 1193
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1193
  • cb84a8db on github
  • Prev Build on master (#1191)
  • Next Build on master (#1194)
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