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

CyberShadow / aconfmgr / 128 / 2
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 03 Mar 2019 08:50PM UTC
Files 59
Run time 10s
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 Mar 2019 08:22PM UTC coverage: 80.28% (+1.7%) from 78.557%
ACONFMGR_INTEGRATION=1

push

travis-ci

CyberShadow
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.

1775 of 2211 relevant lines covered (80.28%)

264.94 hits per line

Source Files on job 128.2 (ACONFMGR_INTEGRATION=1)
  • Tree
  • List 0
  • Changed 10
  • Source Changed 7
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 11
  • Travis Job 128.2
  • 44297749 on github
  • Prev Job for on master (#74.1)
  • Next Job for ACONFMGR_INTEGRATION=1 on master (#135.2)
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