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

CyberShadow / aconfmgr / 125
80%
master: 94%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 03 Mar 2019 08:12PM UTC
Jobs 2
Files 99
Run time 4min
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
125

Pull #39

travis-ci

web-flow
Fix adding, then removing a directory

If a directory containing files was present in the configuration but
not the system, aconfmgr would emit RemoveFile commands for the
directory, and then its containing files. This would fail due to
`rm` (issued by RemoveFile) failing to remove a directory.

Fix this by:

1. Reversing the order that configuration-only files are iterated over
   when emitting RemoveFile commands. This should ensure that child
   filesystem objects are removed before their containing directories.

2. Invoking `rm` with `--dir` from RemoveFile, thus allowing the
   removal of emptied directories. (Use `--dir` instead of
   `--recursive`, as the latter should be excessive.)

Fixes #38.
Pull Request #39: Fix #38

122 of 122 new or added lines in 9 files covered. (100.0%)

1937 of 2400 relevant lines covered (80.71%)

321.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 125.1 (ACONFMGR_INTEGRATION=0) 03 Mar 2019 08:12PM UTC 0
80.71
Travis Job 125.1
2 125.2 (ACONFMGR_INTEGRATION=1) 03 Mar 2019 08:16PM UTC 0
80.38
Travis Job 125.2
Source Files on build 125
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #125
  • Pull Request #39
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