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

romshark / templier / 27151477313
30%

Build:
DEFAULT BRANCH: main
Ran 08 Jun 2026 04:21PM UTC
Jobs 1
Files 17
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

08 Jun 2026 04:21PM UTC coverage: 29.744% (-0.1%) from 29.883%
27151477313

push

github

web-flow
feat(config): add watcher-ignore option (#22)

Add `watcher-ignore` config option.

watcher-ignore takes glob patterns (relative to app.dir-src-root)
added to the watcher's ignore set before startup, so matches are
skipped by the directory walk and the startup checksum walk and
produce no events. Unlike app.exclude (skips rebuilds only; files
stay watched, custom watchers still fire), it drops the path entirely.

Use it to keep large trees (e.g. node_modules) out of the watcher:
avoids exhausting the OS watch-descriptor limit, skips checksumming
them at startup, and stops custom watchers firing on them.

It also sidesteps the startup crash on directory symlinks, but that's
a workaround, not a fix for the walk's mishandling of them.

Make config loading use yamagiconf.WithOptionalPresence so configs
without watcher-ignore still parse; doc clarifications for app.exclude
vs watcher-ignore.

0 of 16 new or added lines in 3 files covered. (0.0%)

638 of 2145 relevant lines covered (29.74%)

2.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
2.52
-0.01% internal/config/config.go
5
6.75
-0.05% engine/engine.go
4
0.0
0.0% engine/config.go
Jobs
ID Job ID Ran Files Coverage
1 27151477313.1 08 Jun 2026 04:21PM UTC 17
29.74
GitHub Action Run
Source Files on build 27151477313
  • Tree
  • List 17
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27151477313
  • 39eed0da on github
  • Prev Build on main (#26967916877)
  • Next Build on main (#27151751712)
  • Delete
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