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

JuliaLang / julia / 1506
78%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2026 11:52AM UTC
Jobs 3
Files 351
Run time 2min
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

15 Apr 2026 07:29PM UTC coverage: 77.793% (-0.04%) from 77.832%
1506

push

buildkite

web-flow
lowering: avoid `gensy` in anonymous generator name (#61582)

Change the anonymous function name for `if @generated` to use the module
counter.

Using `gensy` (`gensym()`) for anonymous module-level names is generally
avoided in lowering, since it makes the anonymized names susceptible to
changes to unrelated execution / lowering in other modules etc. (in the
same process), but it seems that we missed this usage.

Required for https://github.com/JuliaLang/julia/pull/61577, since
JuliaLowering cannot guarantee `gensym()` parity with flisp (only module
counter parity).

65356 of 84013 relevant lines covered (77.79%)

24289165.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
34
68.97
-4.27% base/errorshow.jl
17
69.6
-2.56% base/shell.jl
17
35.11
-1.32% Compiler/src/ssair/show.jl
3
71.86
0.58% base/show.jl
1
44.98
-0.32% base/methodshow.jl
1
73.18
-0.14% base/reflection.jl
1
76.35
-0.11% Compiler/src/optimize.jl
Jobs
ID Job ID Ran Files Coverage
1506 macos-coverage - 1506 16 Apr 2026 11:52AM UTC 351
76.38
1506 linux-coverage - 1506 16 Apr 2026 03:08PM UTC 350
76.17
1506 windows-coverage - 1506 16 Apr 2026 04:17PM UTC 318
75.76
Source Files on build 1506
  • Tree
  • List 351
  • Changed 82
  • Source Changed 0
  • Coverage Changed 82
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b9362353 on github
  • Prev Build on master (#1505)
  • Next Build on master (#1507)
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