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

JuliaLang / julia / 1554
77%
master: 77%

Build:
Build:
LAST BUILD BRANCH: main
DEFAULT BRANCH: master
Ran 08 Jan 2026 11:59PM UTC
Jobs 3
Files 350
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

08 Jan 2026 06:52PM UTC coverage: 76.664% (+0.04%) from 76.623%
1554

push

buildkite

web-flow
[JuliaLowering] Fix-up always-defined check in `is_valid_body_ir_argument` (#60602)

This was slightly mis-translated from the flisp side:
```scheme
    (define (valid-body-ir-argument? aval)
      (or (valid-ir-argument? aval)
          (and (symbol? aval) ; Arguments are always defined slots
               (or (memq aval (lam:args lam))
                   (let ((vi (get vinfo-table aval #f)))
                     (and vi (vinfo:never-undef vi)))))))
```

Noticed in
https://github.com/JuliaLang/julia/pull/60567#discussion_r2672556146

62618 of 81679 relevant lines covered (76.66%)

23088815.22 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.14
-0.52% base/cmd.jl
1
44.66
-0.32% base/methodshow.jl
1
88.93
0.1% base/reinterpretarray.jl
1
85.39
-0.32% base/tuple.jl
2
97.78
0.05% stdlib/Markdown/src/render/plain.jl
3
94.69
-0.39% stdlib/Markdown/src/Common/block.jl
4
83.33
-1.63% stdlib/LibGit2/src/callbacks.jl
5
67.85
-0.92% base/reflection.jl
7
93.46
-0.06% stdlib/Markdown/src/parse/util.jl
8
77.78
0.11% base/experimental.jl
9
86.27
-0.39% stdlib/Markdown/src/Common/inline.jl
9
91.67
1.28% stdlib/Markdown/src/render/html.jl
9
75.2
3.33% stdlib/Test/src/logging.jl
10
94.98
-1.19% base/arrayshow.jl
12
75.26
-1.92% stdlib/Markdown/src/render/latex.jl
16
79.04
0.38% base/stacktraces.jl
20
79.27
-0.35% base/file.jl
22
76.14
3.62% stdlib/Markdown/src/render/terminal/render.jl
23
94.2
0.06% base/range.jl
33
96.04
-0.16% stdlib/Test/src/Test.jl
41
47.87
0.12% base/binaryplatforms.jl
44
71.03
-0.08% base/show.jl
62
81.92
-0.21% base/precompilation.jl
68
76.71
0.04% base/loading.jl
92
37.58
-5.68% Compiler/src/ssair/show.jl
97
78.55
0.04% Compiler/src/typeinfer.jl
315
67.88
-0.12% Compiler/src/ssair/passes.jl
Jobs
ID Job ID Ran Files Coverage
1554 linux-coverage - 1554 09 Jan 2026 03:19AM UTC 349
75.31
1554 macos-coverage - 1554 08 Jan 2026 11:59PM UTC 350
74.7
1554 windows-coverage - 1554 09 Jan 2026 12:45PM UTC 319
74.93
Source Files on build 1554
  • Tree
  • List 350
  • Changed 57
  • Source Changed 30
  • Coverage Changed 55
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • cb0f2b7b on github
  • Prev Build on main (#1551)
  • Next Build on main (#1560)
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