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

JuliaLang / julia / #37848 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2024 10:48AM UTC
Files 361
Run time 11s
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

24 Jul 2024 06:36AM UTC coverage: 87.54% (+0.03%) from 87.511%
#37848.1

push

local

web-flow
inference: refine branched `Conditional` types (#55216)

Separated from JuliaLang/julia#40880.
This subtle adjustment allows for more accurate type inference in the
following kind of cases:
```julia
function condition_object_update2(x)
    cond = x isa Int
    if cond # `cond` is known to be `Const(true)` within this branch
        return !cond ? nothing : x # ::Int
    else
        return  cond ? nothing : 1 # ::Int
    end
end
@test Base.infer_return_type(condition_object_update2, (Any,)) == Int
```

Also cleans up typelattice.jl a bit.

77540 of 88577 relevant lines covered (87.54%)

16058405.47 hits per line

Source Files on job #37848.1
  • Tree
  • List 361
  • Changed 235
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37848
  • 24cfe6e2 on github
  • Prev Job for on master (##37847.1)
  • Next Job for on master (##37849.1)
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