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

DamienCassou / beginend / 267
81%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2017 09:35AM 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 09:34AM UTC coverage: 81.159% (-2.7%) from 83.824%
267

Pull #44

travis-ci

web-flow
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 `..`.
Pull Request #44: Support dired-listing-switches and ls sorting for dired-mode

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

2 existing lines in 1 file now uncovered.

56 of 69 relevant lines covered (81.16%)

14.04 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
81.16
-2.66% beginend.el
Jobs
ID Job ID Ran Files Coverage
1 267.1 (EVM_EMACS=emacs-24.5-travis) 03 Oct 2017 09:35AM UTC 1
81.16
Travis Job 267.1
Source Files on build 267
  • List 1
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #267
  • Pull Request #44
  • PR Base - master (#264)
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