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

JuliaLang / julia / #37848
77%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2024 10:48AM UTC
Jobs 1
Files 361
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

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

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.

30 of 31 new or added lines in 1 file covered. (96.77%)

57 existing lines in 4 files now uncovered.

77540 of 88577 relevant lines covered (87.54%)

16058405.47 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
92.21
0.05% base/compiler/abstractinterpretation.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.21
1.96% stdlib/LinearAlgebra/src/diagonal.jl
1
71.75
-0.37% stdlib/Artifacts/src/Artifacts.jl
6
81.58
-5.26% stdlib/Base64/src/encode.jl
49
61.9
1.41% base/threadingconstructs.jl
Jobs
ID Job ID Ran Files Coverage
1 #37848.1 24 Jul 2024 10:48AM UTC 361
87.54
Source Files on build #37848
  • Tree
  • List 361
  • Changed 235
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 24cfe6e2 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

© 2025 Coveralls, Inc