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

JuliaLang / julia / 1447 / 1447
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2026 06:19PM UTC
Files 350
Run time 13s
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

19 Feb 2026 12:47AM UTC coverage: 75.418% (+0.4%) from 75.027%
1447

push

buildkite

web-flow
[JuliaLowering] Several small bugfixes found in stdlib testing (#61070)

- Fix https://github.com/JuliaLang/JuliaLowering.jl/issues/143, simple
missing
  desugaring on the rhs of a global type decl
- Fix https://github.com/JuliaLang/JuliaLowering.jl/issues/142,
producing
LineNumberNodes in the first argument to `for` when it is a block. flisp
and
JuliaSyntax make an exception for this block (and the one in `let`,
which I've
also changed). I wrote down what linenodes I expect macro authors to
tolerate
  for future reference.
- Fix https://github.com/JuliaLang/JuliaLowering.jl/issues/146, which
was just
  desugaring not knowing it had to handle `op=` (or `.op=`).
- Fix the validator in the `global x .= y` case. I missed this case
expecting
    it to be part of `vst1_op_assign`.
- Remove handling of non-top-level global type decls in the validator. I
thought flisp was checking in desugaring, but it actually waits until
scope
    resolution.
- Remove checking for duplicate type decls on globals. flisp only does
this for
locals (which only exist in one top-level expression, so the checking
can be
  complete).
- Fix desugaring of `(string (... _))` form

61758 of 81888 relevant lines covered (75.42%)

7774666.26 hits per line

Source Files on job macos-coverage - 1447
  • Tree
  • List 350
  • Changed 46
  • Source Changed 8
  • Coverage Changed 46
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1447
  • f7ebeb56 on github
  • Prev Job for on master (#1446)
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