• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

umputun / ralphex / 22338846087
82%
master: 82%

Build:
Build:
LAST BUILD BRANCH: worktree-isolation
DEFAULT BRANCH: master
Ran 24 Feb 2026 06:08AM UTC
Jobs 1
Files 40
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

24 Feb 2026 06:05AM UTC coverage: 81.866% (-0.02%) from 81.886%
22338846087

Pull #154

github

nnemirovsky
fix: use readlink before realpath for macOS timezone detection

On macOS, os.path.realpath("/etc/localtime") resolves to
/usr/share/zoneinfo.default/... where the /zoneinfo/ marker
doesn't match. os.readlink returns the direct symlink target
/var/db/timezone/zoneinfo/... where it does. Try readlink first,
fall back to realpath for Linux distros where /etc/localtime may
not be a symlink.
Pull Request #154: fix: forward host timezone to Docker container

5404 of 6601 relevant lines covered (81.87%)

186.67 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
79.89
-1.09% pkg/web/watcher.go
21
84.88
0.74% pkg/web/dashboard.go
40
82.08
0.38% pkg/web/server.go
75
33.21
-0.13% cmd/ralphex/main.go
Jobs
ID Job ID Ran Files Coverage
1 22338846087.1 24 Feb 2026 06:08AM UTC 40
81.87
GitHub Action Run
Source Files on build 22338846087
  • Tree
  • List 40
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #154
  • PR Base - master (#22316222108)
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