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

JuliaLang / julia / 1385
77%

Build:
DEFAULT BRANCH: master
Ran 24 Dec 2025 11:35AM UTC
Jobs 3
Files 350
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

24 Dec 2025 07:24AM UTC coverage: 76.788% (+0.2%) from 76.631%
1385

push

buildkite

web-flow
Fix JET warning in Base.sendfile (#60466)

Help JET (and humans?) understand that src_file and dst_file won't be
used without being defined.

Fixes this JET report:
```
│┌ cp(src::AbstractString, dst::String) @ Base.Filesystem ./file.jl:404
││┌ cp(src::AbstractString, dst::String; force::Bool, follow_symlinks::Bool) @ Base.Filesystem ./file.jl:410
│││┌ kwcall(::@NamedTuple{force::Bool, follow_symlinks::Bool}, ::typeof(Base.Filesystem.cptree), src::String, dst::String) @ Base.Filesystem ./file.jl:366
││││┌ cptree(src::String, dst::String; force::Bool, follow_symlinks::Bool) @ Base.Filesystem ./file.jl:379
│││││┌ sendfile(src::String, dst::String) @ Base.Filesystem ./file.jl:1282
││││││ local variable `src_file` may be undefined: src_file::Base.Filesystem.File
│││││└────────────────────
│││││┌ sendfile(src::String, dst::String) @ Base.Filesystem ./file.jl:1283
││││││ local variable `src_file` may be undefined: src_file::Base.Filesystem.File
│││││└────────────────────
│││││┌ sendfile(src::String, dst::String) @ Base.Filesystem ./file.jl:1285
││││││ local variable `dst_file` may be undefined: dst_file::Base.Filesystem.File
│││││└────────────────────
│││││┌ sendfile(src::String, dst::String) @ Base.Filesystem ./file.jl:1286
││││││ local variable `dst_file` may be undefined: dst_file::Base.Filesystem.File
│││││└────────────────────
```

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

25 existing lines in 4 files now uncovered.

62530 of 81432 relevant lines covered (76.79%)

22470980.19 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
51.55
-0.52% base/initdefs.jl
1
76.77
-0.04% base/loading.jl
7
83.9
1.16% Compiler/src/abstractinterpretation.jl
16
81.83
0.02% base/precompilation.jl
Jobs
ID Job ID Ran Files Coverage
1385 linux-coverage - 1385 24 Dec 2025 02:57PM UTC 342
73.65
1385 macos-coverage - 1385 24 Dec 2025 11:35AM UTC 350
75.54
1385 windows-coverage - 1385 24 Dec 2025 03:53PM UTC 319
74.96
Source Files on build 1385
  • Tree
  • List 350
  • Changed 58
  • Source Changed 3
  • Coverage Changed 57
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8517fdfa on github
  • Prev Build on master (#1384)
  • Next Build on master (#1386)
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