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

JuliaLang / julia / #38120
77%

Build:
DEFAULT BRANCH: master
Ran 03 Jul 2025 09:48AM UTC
Jobs 1
Files 216
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

03 Jul 2025 03:51AM UTC coverage: 25.688% (-0.003%) from 25.691%
#38120

push

local

web-flow
Add missing module qualifier (#58877)

A very simple fix addressing the following bug:
```julia
Validation: Error During Test at REPL[61]:1
  Got exception outside of a @test
  #=ERROR showing exception stack=# UndefVarError: `get_ci_mi` not defined in `Base.StackTraces`
  Suggestion: check for spelling errors or missing imports.
  Hint: a global variable of this name also exists in Base.
      - Also declared public in Compiler (loaded but not imported in Main).
  Stacktrace:
    [1] show_custom_spec_sig(io::IOContext{IOBuffer}, owner::Any, linfo::Core.CodeInstance, frame::Base.StackTraces.StackFrame)
      @ Base.StackTraces ./stacktraces.jl:293
    [2] show_spec_linfo(io::IOContext{IOBuffer}, frame::Base.StackTraces.StackFrame)
      @ Base.StackTraces ./stacktraces.jl:278
    [3] print_stackframe(io::IOContext{IOBuffer}, i::Int64, frame::Base.StackTraces.StackFrame, n::Int64, ndigits_max::Int64, modulecolor::Symbol; prefix::Nothing)
      @ Base ./errorshow.jl:786
```

AFAIK this occurs when printing a stacktrace from a `CodeInstance` that
has a non-default owner.

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

1187 existing lines in 8 files now uncovered.

12872 of 50109 relevant lines covered (25.69%)

736460.96 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
62.94
0.37% base/stacktraces.jl

Uncovered Existing Lines

Lines Coverage ∆ File
5
36.16
-0.21% base/strings/basic.jl
6
19.69
0.64% base/subarray.jl
21
55.26
0.6% base/libuv.jl
38
52.06
-0.97% base/genericmemory.jl
172
12.18
0.0% base/range.jl
185
60.04
-0.04% base/array.jl
353
18.69
0.12% base/abstractarray.jl
407
35.22
-0.08% base/loading.jl
Jobs
ID Job ID Ran Files Coverage
1 #38120.1 03 Jul 2025 09:48AM UTC 216
25.69
Source Files on build #38120
  • Tree
  • List 216
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a4a1a7ee 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