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

JuliaLang / julia / #37550
77%

Build:
DEFAULT BRANCH: master
Ran 26 May 2023 07:07PM UTC
Jobs 1
Files 346
Run time 4s
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

pending completion
#37550

push

local

web-flow
Extend comparison lifting to `Core.ifelse` (#49882)

This change extends our existing transformation for:
   φ(a,b) === Const(c)   =>   φ(a === c, b === c)

to perform the analogous transformation for `Core.ifelse`:
   Core.ifelse(cond, a, b) === Const(c)
  =>
   Core.ifelse(cond, a === c, b === c)

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

72705 of 83986 relevant lines covered (86.57%)

20561515.97 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
83.42
0.29% base/compiler/ssair/passes.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
79.75
-0.63% base/cartesian.jl
1
99.11
-0.18% base/complex.jl
1
55.74
-0.33% base/int.jl
1
63.58
0.0% base/libc.jl
1
91.11
-0.74% base/threadingconstructs.jl
1
46.05
0.0% base/util.jl
1
89.29
-0.71% base/version.jl
1
95.87
-0.46% stdlib/Dates/src/periods.jl
2
83.42
0.29% base/compiler/ssair/passes.jl
2
71.95
-2.44% base/views.jl
3
68.86
-1.32% base/c.jl
3
86.82
-0.48% base/mpfr.jl
3
90.14
-0.35% base/multidimensional.jl
4
91.75
-0.29% base/abstractarray.jl
4
90.12
-1.74% base/abstractdict.jl
4
42.86
0.0% base/options.jl
4
74.39
-2.44% base/sysinfo.jl
6
88.77
-1.3% base/float.jl
7
96.38
-2.3% base/rational.jl
8
93.07
0.0% base/array.jl
8
92.5
-1.67% base/math.jl
8
59.26
-29.63% base/ryu/Ryu.jl
9
88.15
-3.14% base/iobuffer.jl
9
77.5
-22.5% base/some.jl
9
80.65
-14.52% stdlib/Dates/src/arithmetic.jl
10
30.77
-38.46% stdlib/Dates/src/deprecated.jl
11
91.35
-5.95% base/ryu/exp.jl
11
75.17
-7.38% base/ryu/fixed.jl
12
71.92
-4.62% base/subarray.jl
12
90.09
-1.71% stdlib/LinearAlgebra/src/diagonal.jl
13
39.47
-11.4% base/env.jl
17
88.0
-0.85% base/show.jl
18
82.56
-9.23% base/stacktraces.jl
23
88.25
-2.22% base/boot.jl
25
82.14
-4.7% base/broadcast.jl
25
85.94
-7.46% base/expr.jl
26
94.39
0.1% stdlib/Test/src/Test.jl
30
74.34
-7.94% base/ryu/shortest.jl
40
44.12
-30.17% base/meta.jl
45
77.73
-2.69% base/docs/Docs.jl
56
58.27
-40.3% stdlib/Dates/src/types.jl
139
55.61
-37.17% base/twiceprecision.jl
214
64.14
-31.2% base/range.jl
Jobs
ID Job ID Ran Files Coverage
1 #37550.1 26 May 2023 07:07PM UTC 346
86.57
Source Files on build #37550
  • Tree
  • List 346
  • Changed 287
  • Source Changed 0
  • Coverage Changed 287
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 91cd5213 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