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

JuliaLang / julia / #37761
77%

Build:
DEFAULT BRANCH: master
Ran 27 Apr 2024 11:16AM UTC
Jobs 1
Files 361
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

27 Apr 2024 06:06AM UTC coverage: 87.431% (-0.006%) from 87.437%
#37761

push

local

web-flow
irverify: Force terminators to have `Any` type (#54279)

We were mostly consistent about assigning `Any` type to terminators in
absint, but some optimization passes preferred `Union{}` instead. Yet
elsewhere, we accidentally put `Const(EnterNode(...))` here. None of
this really matters, because we're never supposed to look at this, but
it's nice to be able to rely on `Union{}` reliably meaning that control
terminates after the statement (other than for PhiNode, but that's a
separate story) to avoid issues like #54262.

6 of 10 new or added lines in 3 files covered. (60.0%)

33 existing lines in 7 files now uncovered.

76393 of 87375 relevant lines covered (87.43%)

15826989.88 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
87.86
-0.28% base/compiler/ssair/irinterp.jl
3
59.64
-3.37% base/compiler/ssair/verify.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.91
-0.41% stdlib/Random/src/generation.jl
1
93.94
-0.17% stdlib/LinearAlgebra/src/diagonal.jl
1
90.09
-0.05% base/compiler/tfuncs.jl
1
84.47
-0.17% stdlib/LinearAlgebra/src/matmul.jl
1
76.58
-0.05% base/loading.jl
7
59.64
-3.37% base/compiler/ssair/verify.jl
21
84.75
0.08% base/compiler/ssair/passes.jl
Jobs
ID Job ID Ran Files Coverage
1 #37761.1 27 Apr 2024 11:16AM UTC 361
87.43
Source Files on build #37761
  • Tree
  • List 361
  • Changed 247
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 83929ad8 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