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

nagayon-935 / mping / 25954471904
86%
main: 83%

Build:
Build:
LAST BUILD BRANCH: feature/configurable-thresholds
DEFAULT BRANCH: main
Ran 16 May 2026 06:01AM UTC
Jobs 1
Files 13
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

16 May 2026 05:55AM UTC coverage: 86.207% (-1.0%) from 87.169%
25954471904

Pull #23

github

nagayon-935
fix: watch parent directory to detect atomic rename saves

The previous implementation watched the file inode directly. Editors like
vim and nano save atomically via write-to-tmp then rename-over, which
silently invalidates the inode watch.

Fix: watch the parent directory and filter events by the absolute path of
the target file. Write events (direct saves) and Create events (rename-over
saves) are both detected regardless of the editor used.

New tests: TestWatch_AtomicRename, TestWatch_OtherFilesIgnored
Pull Request #23: Feature/json export and yaml watch

317 of 401 new or added lines in 4 files covered. (79.05%)

5 existing lines in 1 file now uncovered.

3100 of 3596 relevant lines covered (86.21%)

1.01 hits per line

Uncovered Changes

Lines Coverage ∆ File
48
81.44
-1.11% cmd/main/mping.go
16
89.29
-2.6% internal/ui/tui.go
11
77.55
internal/watcher/watcher.go
9
83.93
internal/stats/export.go

Coverage Regressions

Lines Coverage ∆ File
5
81.44
-1.11% cmd/main/mping.go
Jobs
ID Job ID Ran Files Coverage
1 25954471904.1 16 May 2026 06:01AM UTC 13
86.21
GitHub Action Run
Source Files on build 25954471904
  • Tree
  • List 13
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #23
  • PR Base - main (#25953166148)
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