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

umputun / ralphex / 29180279754
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix/plugin-seed-skip-manager-state
DEFAULT BRANCH: master
Ran 12 Jul 2026 04:50AM 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:40AM UTC coverage: 83.783%. Remained the same
29180279754

Pull #404

github

umputun
fix: preserve wrapper file mode on --update-script

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
Pull Request #404: fix: preserve wrapper file mode on --update-script

7796 of 9305 relevant lines covered (83.78%)

225.71 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
89.73
-1.71% pkg/web/session_manager.go
2
81.87
1.55% pkg/web/watcher.go
Jobs
ID Job ID Ran Files Coverage
1 29180279754.1 12 Jul 2026 04:50AM UTC 55
83.78
GitHub Action Run
Source Files on build 29180279754
  • Tree
  • List 55
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #404
  • PR Base - master (#28749669290)
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