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

FROSADO / onecloudriver / 31659366364
80%

Build:
DEFAULT BRANCH: main
Ran 13 Aug 2026 02:02AM UTC
Jobs 1
Files 43
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

13 Aug 2026 01:58AM UTC coverage: 73.107% (+0.1%) from 72.979%
31659366364

push

github

web-flow
fix(service): resolve binary robustly for service install ExecStart (#55)

* fix(service): resolve binary robustly for service install ExecStart

service install resolved the ExecStart binary from os.Args[0] with
filepath.Abs, which could produce a CWD-relative path or a go test binary
path, so the generated unit could fail with 203/EXEC. Resolve it via
exec.LookPath, reject *.test binaries, and fail fast before writing the
unit. Document the local testing flow in CONTRIBUTING.md and the manuals.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>

* fix(service): annotate gosec false positives in resolveBinary helpers

gosec flags os.Stat in isExecutableFile (G703, taint analysis) and the
0755 WriteFile in the writeExecutable test helper (G306). Both are false
positives: the stat is the validation step itself and the test helper
writes an executable on purpose. Add #nosec annotations so Lint and
Security Audit pass.

🤖 Generated with Codebuff
Co-Authored-By: Codebuff <noreply@codebuff.com>

---------

Co-authored-by: Codebuff <noreply@codebuff.com>

33 of 40 new or added lines in 1 file covered. (82.5%)

3504 of 4793 relevant lines covered (73.11%)

503.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
39.37
7.43% internal/service/systemd.go
Jobs
ID Job ID Ran Files Coverage
1 31659366364.1 13 Aug 2026 02:02AM UTC 43
73.11
GitHub Action Run
Source Files on build 31659366364
  • Tree
  • List 43
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 87cedd54 on github
  • Prev Build on main (#31655860401)
  • Next Build on main (#31660082048)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc