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

JuliaLang / julia / 1260
77%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2025 12:25PM UTC
Jobs 3
Files 342
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

05 Sep 2025 01:05AM UTC coverage: 77.205% (+0.04%) from 77.165%
1260

push

buildkite

web-flow
ScopedValues: print valid code for undef value (#59478)

Seemed a bit odd to me for the printing of ScopedValues without a
default to not print as valid code, when that seems perfectly clear.

Before (on `master`):
```julia
julia> ScopedValue{Int}()
ScopedValue{Int64}(undefined)

julia> ScopedValue{String}()
ScopedValue{String}(undefined)
```
Now (this PR):
```julia
julia> ScopedValue{Int}()
ScopedValue{Int64}()

julia> ScopedValue{String}()
ScopedValue{String}()
```

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

22 existing lines in 8 files now uncovered.

61437 of 79576 relevant lines covered (77.21%)

23173075.1 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
78.67
-0.22% base/file.jl
1
87.95
-0.2% base/iobuffer.jl
1
67.15
-0.73% base/stat.jl
1
77.54
-0.13% stdlib/Printf/src/Printf.jl
1
91.45
-0.43% stdlib/Random/src/generation.jl
4
73.42
-2.83% base/libc.jl
6
81.09
-0.8% base/stream.jl
7
70.82
-0.34% base/show.jl
Jobs
ID Job ID Ran Files Coverage
1260 macos-coverage - 1260 05 Sep 2025 12:56PM UTC 342
75.97
1260 windows-coverage - 1260 05 Sep 2025 02:29PM UTC 312
71.4
1260 linux-coverage - 1260 05 Sep 2025 12:25PM UTC 341
76.56
Source Files on build 1260
  • Tree
  • List 342
  • Changed 137
  • Source Changed 1
  • Coverage Changed 137
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 99663f58 on github
  • Prev Build on master (#1259)
  • Next Build on master (#1261)
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