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

umputun / ralphex / 29180440028
84%

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

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

Coverage Regressions

Lines Coverage ∆ File
4
78.24
-2.07% pkg/web/watcher.go
1
91.1
-0.34% pkg/web/session_manager.go
Jobs
ID Job ID Ran Files Coverage
1 29180440028.1 12 Jul 2026 04:57AM UTC 55
83.73
GitHub Action Run
Source Files on build 29180440028
  • Tree
  • List 55
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 04d3b16e on github
  • Prev Build on master (#28749669290)
  • Next Build on master (#29182843437)
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