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

umputun / ralphex / 29180440028 / 1
84%
master: 84%

Build:
DEFAULT BRANCH: master
Ran 12 Jul 2026 04:57AM UTC
Files 55
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

12 Jul 2026 04:56AM UTC coverage: 83.729% (-0.05%) from 83.783%
29180440028.1

push

github

web-flow
fix: preserve wrapper file mode on --update-script (#404)

shutil.copy2 copies the tmpfile's restrictive 0600 onto the destination,
then chmod only OR-ed in execute bits, yielding 0711 (rwx--x--x). a python
wrapper must be readable to run, so any non-owner user (e.g. after
sudo --update-script on a root-owned path) got "Permission denied".

capture the original mode before copy2 and restore it. add a test that
drives the update path and asserts the file stays group/other-readable.

Related to #397

7791 of 9305 relevant lines covered (83.73%)

225.93 hits per line

Source Files on job 29180440028.1
  • Tree
  • List 55
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29180440028
  • 04d3b16e on github
  • Prev Job for on master (#28749669290.1)
  • Next Job for on master (#29182843437.1)
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