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

JuliaLang / julia / #37727
77%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2024 11:09AM 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

23 Mar 2024 09:32PM UTC coverage: 81.423% (-0.001%) from 81.424%
#37727

push

local

web-flow
add code loading + precompilation support for workspaces (#53653)

This is similar to workspaces in cargo where multiple projects share a
manifest https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html
and upon resolving the dependencies and compat of all projects in the
workspace is adhered to.

The idea is to use this for e.g. test, doc environments where you want
to "overlay" a dependency graph on top of a base one.

The code change in Base adds support for the code loading and precompilation part of this, those changes are:

- Finding the manifest from any active project in the workspace
- Merge preferences among projects in a workspace.
- Allowing one to pass `manifest=true` to `precompilepkgs` to compile every package in the manifest.
- The effect of giving no packages to `precompilepkgs` was changed from compiling all packages in the manifest to only those in the active project (which is equivalent in case of no workspace being used but different when it is used).

47 of 55 new or added lines in 2 files covered. (85.45%)

648 existing lines in 3 files now uncovered.

70651 of 86770 relevant lines covered (81.42%)

15775541.18 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
66.85
0.0% base/loading.jl
7
25.65
0.0% base/precompilation.jl

Uncovered Existing Lines

Lines Coverage ∆ File
3
97.84
-1.3% base/bitset.jl
178
25.65
0.0% base/precompilation.jl
467
66.85
0.0% base/loading.jl
Jobs
ID Job ID Ran Files Coverage
1 #37727.1 25 Mar 2024 11:09AM UTC 361
81.42
Source Files on build #37727
  • Tree
  • List 361
  • Changed 246
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4a2c5933 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