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

dcdpr / jp / 26820120612
67%

Build:
DEFAULT BRANCH: main
Ran 02 Jun 2026 12:38PM UTC
Jobs 1
Files 398
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

02 Jun 2026 12:36PM UTC coverage: 66.514% (-0.02%) from 66.532%
26820120612

push

github

web-flow
chore(tools): Anchor file walks at workspace root (#723)

Previously, `fs_list_files` re-rooted the walk at whatever scoped
subdirectory the caller passed in. Anchored patterns in the root
`.ignore` file (e.g. `docs/.vitepress/dist/`) rely on being evaluated
relative to the file they live in; when the walk starts below that file
they don't prune reliably, leaking build output into listings and grep
results.

Both `fs_list_files` and `fs_grep_files` now always walk from the
workspace root and apply prefix scoping as a path filter instead. A
directory prefix also receives a trailing separator so `docs` cannot
accidentally match a sibling path like `docs2`.

`fs_grep_files` now delegates all file discovery to `fs_list_files`
rather than duplicating the directory-vs-file branching logic. It also
gains an `extensions` parameter to restrict results by file extension.
The `grep_user_docs` tool uses this to pass `md` as the allowed
extension, dropping vitepress config and theme sources from
documentation searches.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

19 of 22 new or added lines in 3 files covered. (86.36%)

33422 of 50248 relevant lines covered (66.51%)

223.27 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
0.0
0.0% .config/jp/tools/src/fs.rs
1
77.08
-5.27% .config/jp/tools/src/fs/grep_files.rs
Jobs
ID Job ID Ran Files Coverage
1 26820120612.1 02 Jun 2026 12:38PM UTC 398
66.51
GitHub Action Run
Source Files on build 26820120612
  • Tree
  • List 398
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26820120612
  • 278bc0c9 on github
  • Prev Build on main (#26807876112)
  • Next Build on main (#26823662050)
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