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

JuliaLang / julia / 1429 / 1429
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 04 Feb 2026 05:16PM UTC
Files 319
Run time 9s
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

04 Feb 2026 03:34AM UTC coverage: 74.927% (-0.004%) from 74.931%
1429

push

buildkite

web-flow
Remove `Regex` / libpcre dependency from basic `path.jl` operations (#60677)

All regular expressions in `path.jl` are replaced with corresponding
string operations, with the goal of not altering any behavior
whatsoever. The differences between windows/unix is now captured by the
function `isseparator` (and different joinpath implementations, which I
did not modify).

Performance should not be degraded. With simple tests like `@btime
joinpath("foo", "bar")`, performance is in fact improved by at least a
factor of 2 everywhere. As extreme examples, `splitdrive("foo/bar")`
goes from 250 to 12 ns and `isabspath("foo/bar")` from 100 to 8 ns (also
just tested on windows).

57270 of 76434 relevant lines covered (74.93%)

7468022.71 hits per line

Source Files on job windows-coverage - 1429
  • Tree
  • List 319
  • Changed 13
  • Source Changed 6
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1429
  • 637d0b3d on github
  • Prev Job for on master (#1428)
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