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

JuliaLang / julia / #37772
77%

Build:
DEFAULT BRANCH: master
Ran 07 May 2024 11:23AM UTC
Jobs 1
Files 358
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

07 May 2024 04:31AM UTC coverage: 86.821% (+1.0%) from 85.789%
#37772

push

local

web-flow
improve inference of `CPU_THREADS` in `Sys.__init__` (#54384)

Without this change, the compiler fails to notice that `env_threads isa
Int` in the fall-through case, leading to a union-split with a branch
that is in fact unreachable:

```
43 ┄ %109 = φ (#41 => %105, #42 => %108)::Union{Nothing, Int64}
│    %110 = (%109 isa Int64)::Bool
└───        goto #45 if not %110
...
45 ─ %126 = π (%109, Nothing)
│           Base.convert(Int64, %126)::Union{}
└───        unreachable
```

After this change, the union-split is eliminated.

Co-authored-by: Jeff Bezanson <jeff.bezanson@gmail.com>

1 of 1 new or added line in 1 file covered. (100.0%)

182 existing lines in 12 files now uncovered.

74937 of 86312 relevant lines covered (86.82%)

14853616.78 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
92.46
1.63% base/io.jl
1
95.86
-0.14% base/sort.jl
1
90.5
-0.41% stdlib/Random/src/generation.jl
1
95.9
-0.19% stdlib/LinearAlgebra/src/generic.jl
1
76.15
1.83% base/client.jl
2
77.98
6.27% base/cartesian.jl
2
87.41
-0.36% base/gmp.jl
2
84.13
-0.34% stdlib/LinearAlgebra/src/matmul.jl
3
86.67
7.62% base/iostream.jl
6
68.94
13.04% base/sysinfo.jl
69
87.44
-1.04% stdlib/REPL/src/REPLCompletions.jl
93
0.0
-86.36% stdlib/Mmap/src/Mmap.jl
Jobs
ID Job ID Ran Files Coverage
1 #37772.1 07 May 2024 11:23AM UTC 358
86.82
Source Files on build #37772
  • Tree
  • List 358
  • Changed 274
  • Source Changed 0
  • Coverage Changed 56
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 99bda02f on github
  • Prev Build on master
  • Next Build on master
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