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

JuliaLang / julia / #37734
77%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2024 10:35AM 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

01 Apr 2024 05:34AM UTC coverage: 81.405% (-0.02%) from 81.428%
#37734

push

local

web-flow
Add `Base.isrelocatable(pkg)` (#53906)

This PR adds a utility function `isrelocatable(pkg)` that can be used to
check if `pkg` is already precompiled and if the associated cachefile is
relocatable.

The reason to implicitly perform the `isprecompiled` check is that the
exact same computation needs to be done to find the right `.ji`.

A `pkg` is said to be relocatable if
1. all `include()` paths are relocatable (they start with `@depot`),
2. all `include_dependency()` paths are relocatable (they start with
`@depot` and `track_content=true` was used to include them).

26 of 27 new or added lines in 1 file covered. (96.3%)

39 existing lines in 6 files now uncovered.

70670 of 86813 relevant lines covered (81.4%)

15650018.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
67.44
0.54% base/loading.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
68.71
-0.31% base/client.jl
2
91.67
-1.85% stdlib/Markdown/src/parse/util.jl
2
85.96
-1.75% stdlib/Markdown/src/GitHub/table.jl
9
67.44
0.54% base/loading.jl
11
90.0
-5.79% stdlib/Markdown/src/Common/block.jl
14
94.1
-2.35% stdlib/LinearAlgebra/src/diagonal.jl
Jobs
ID Job ID Ran Files Coverage
1 #37734.1 01 Apr 2024 10:36AM UTC 361
81.4
Source Files on build #37734
  • Tree
  • List 361
  • Changed 251
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e9d25ca0 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