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

JuliaLang / julia / #37836
77%

Build:
DEFAULT BRANCH: master
Ran 12 Jul 2024 11:22AM UTC
Jobs 1
Files 351
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

11 Jul 2024 11:31AM UTC coverage: 85.36% (-2.2%) from 87.516%
#37836

push

local

web-flow
fix loading of repeated/concurrent modules (#55066)

More followup to fix issues with require. There was an accidental
variable reuse (build_id) that caused it to be unable to load cache
files in many cases. There was also missing check for a dependency
already being loaded, resulting in trying to load it twice. Finally, the
start_loading code may drop the require_lock, but the surrounding code
was not prepared for that. Now integrate the necessary checks into
start_loading, instead of needing to duplicate them before and
afterwards.

Fixes #53983
Fixes #54940
Closes #55064

74 of 89 new or added lines in 1 file covered. (83.15%)

2133 existing lines in 46 files now uncovered.

73916 of 86593 relevant lines covered (85.36%)

15331627.57 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
15
76.61
-0.08% base/loading.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
68.64
-0.59% base/Base.jl
1
87.29
-0.11% base/reflection.jl
1
80.56
-0.46% base/shell.jl
1
65.85
-0.49% base/path.jl
1
87.34
-0.18% base/gmp.jl
1
96.51
-0.32% base/strings/util.jl
1
87.68
-0.42% base/iostream.jl
1
95.13
-0.24% base/set.jl
1
86.51
-0.26% base/boot.jl
2
85.45
-0.75% base/strings/annotated.jl
2
81.6
-0.48% base/file.jl
2
91.67
-1.85% stdlib/Markdown/src/parse/util.jl
2
85.96
-1.75% stdlib/Markdown/src/GitHub/table.jl
2
72.64
-2.59% base/c.jl
3
66.32
-0.62% base/task.jl
4
87.58
-1.18% base/iobuffer.jl
4
80.95
-3.17% base/lock.jl
4
76.61
-0.08% base/loading.jl
5
88.1
-11.9% stdlib/Markdown/src/render/terminal/formatting.jl
5
91.92
-0.24% base/compiler/abstractinterpretation.jl
5
82.73
-0.67% base/stream.jl
5
91.13
-0.76% base/errorshow.jl
6
44.57
-6.52% base/multimedia.jl
6
86.39
-1.78% base/process.jl
7
79.54
-1.44% base/float.jl
8
88.49
-4.47% base/floatfuncs.jl
8
59.26
-29.63% base/ryu/Ryu.jl
10
75.17
-6.71% base/ryu/fixed.jl
11
50.0
-46.0% base/docs/utils.jl
11
92.06
-5.82% base/ryu/exp.jl
11
90.0
-5.79% stdlib/Markdown/src/Common/block.jl
13
94.39
-1.81% stdlib/LinearAlgebra/src/diagonal.jl
13
64.1
-33.81% base/some.jl
14
88.13
-0.72% base/show.jl
16
69.33
-10.67% stdlib/Markdown/src/render/terminal/render.jl
16
85.4
-2.47% base/mpfr.jl
16
50.0
-18.6% base/rounding.jl
16
7.81
-26.03% stdlib/REPL/src/Terminals.jl
19
75.18
-13.31% base/stacktraces.jl
23
86.23
-6.32% base/expr.jl
28
73.89
-8.31% base/ryu/shortest.jl
42
43.87
-27.83% base/meta.jl
52
59.55
-16.75% base/client.jl
232
51.77
-39.05% stdlib/REPL/src/docview.jl
664
8.47
-79.29% stdlib/REPL/src/REPLCompletions.jl
837
0.59
-80.86% stdlib/REPL/src/REPL.jl
Jobs
ID Job ID Ran Files Coverage
1 #37836.1 12 Jul 2024 11:22AM UTC 351
85.36
Source Files on build #37836
  • Tree
  • List 351
  • Changed 272
  • Source Changed 0
  • Coverage Changed 50
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fba928dc 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

© 2025 Coveralls, Inc