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

JuliaLang / julia / 285
78%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2026 09:49PM UTC
Jobs 2
Files 355
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

14 Aug 2026 10:32AM UTC coverage: 77.421%. First build
285

push

buildkite

web-flow
Show documentation for the latest prerelease (#62611)

Resolves https://github.com/JuliaLang/julia/issues/50872 in a much
simpler way than the previous attempt.

I think it would be great to backport this to 1.13 to be able to test it
immediately in the 1.13 release cycle.

Why does this approach work:
As previously, the maximum over all version numbers is taken, which is
assumed to be the version number of the master branch. For checking for
prereleases, it thus suffices to look at the previous minor release
family. If the maximum of these has prerelease data, then this should be
available in the version specifier of the documentation, as in this case
it is an "active" prerelease. This is the case, because a version with
prerelease data is always consider "less than" the same version without
prerelease data.
This process always takes the latest prerelease, as the order "alpha",
"beta", "rc" in increasing alphabetically, so newer prereleases will
always be "greater than" previous ones.

The only "real" change here is thus dropping the requirement, that "rc"
has to be part of the prerelease data.

cc @mortenpi @IanButterworth @fredrikekre @KristofferC

68234 of 88134 relevant lines covered (77.42%)

15270686.22 hits per line

Jobs
ID Job ID Ran Files Coverage
285 linux - 285 15 Aug 2026 01:39AM UTC 354
76.42
285 macos - 285 14 Aug 2026 09:49PM UTC 353
75.31
Source Files on build 285
  • Tree
  • List 355
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 04eac7be on github
  • Prev Build on master (#275)
  • Next Build on master (#301)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc