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

DamienCassou / beginend / 268
81%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2017 12:49PM UTC
Jobs 1
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

03 Oct 2017 12:48PM UTC coverage: 81.159% (-2.7%) from 83.824%
268

push

travis-ci

DamienCassou
Support dired-listing-switches and ls sorting for dired-mode

beginend should support `dired-listing-switches`.  Because user may not put `a`
in it, so that `.` and `..` are not in the list, like `dired-omit-mode`.

beginend should also support ls sorting.  The list can be sorted by
modification time rather than name.  In that case, the list may be:

```
/path/to/foo/bar:
total used ...
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm ..
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm dir2
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm dir1
-rw-r--r-- 1 doc doc  0 YYYY-MM-DD hh:mm .
```

So we can't simply move 4 or 2 lines for this case.  A better solution is just
moving forward/backward until an entry is not `.` or `..`.

56 of 69 relevant lines covered (81.16%)

14.04 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
13
81.16
-2.66% beginend.el
Jobs
ID Job ID Ran Files Coverage
1 268.1 (EVM_EMACS=emacs-24.5-travis) 03 Oct 2017 12:49PM UTC 1
81.16
Travis Job 268.1
Source Files on build 268
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #268
  • 2762796b on github
  • Prev Build on master (#264)
  • Next Build on master (#271)
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2023 Coveralls, Inc