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

release-engineering / alt-src / 68
85%

Build:
DEFAULT BRANCH: master
Ran 13 Mar 2020 04:34AM UTC
Jobs 1
Files 2
Run time 1s
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
68

push

travis-ci

web-flow
Fix broken handling of lockfile during cleanup [DELIVERY-8817] (#23)

Previously, if the staging was incomplete, alt-src script would remove
the whole work directory together with lock file. It may leading to
crash since the os.rmdir doesn't support removing non-emtpty dir and
removal of lock file may give another process a chance creating a lock
file at the same path.
This patch rename the lock file to <workdir>.lock and make it a sibling
of workdir, which means while removing the workdir, the lock won't be
removed. Also the method used to remove dir is changed to shutil.rmtree.

1227 of 1455 relevant lines covered (84.33%)

0.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 68.1 (TOX_ENV=cov-travis DEPLOY=1) 13 Mar 2020 04:34AM UTC 0
84.33
Travis Job 68.1
Source Files on build 68
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #68
  • 3fee091c on github
  • Prev Build on master (#64)
  • Next Build on master (#69)
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