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

JuliaLang / julia / #37662
77%

Build:
DEFAULT BRANCH: master
Ran 25 Oct 2023 03:05PM UTC
Jobs 1
Files 339
Run time 27s
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

25 Oct 2023 07:08AM UTC coverage: 87.999% (+1.5%) from 86.476%
#37662

push

local

web-flow
Improve efficiency of minimum/maximum(::Diagonal) (#30236)

```
julia> DM = Diagonal(rand(100));

julia> @btime minimum($DM);    # before
  27.987 μs (0 allocations: 0 bytes)

julia> @btime minimum($DM);    # after
  246.091 ns (0 allocations: 0 bytes)
```

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

74065 of 84166 relevant lines covered (88.0%)

12219725.89 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
91.49
-2.49% stdlib/LinearAlgebra/src/diagonal.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
94.87
-0.32% base/arrayshow.jl
1
96.11
-0.56% base/strings/basic.jl
1
95.11
5.72% base/subarray.jl
1
80.86
0.0% stdlib/FileWatching/src/FileWatching.jl
1
96.82
-0.16% stdlib/LinearAlgebra/src/bidiag.jl
1
71.33
-0.67% stdlib/LinearAlgebra/src/LinearAlgebra.jl
2
95.24
3.81% base/permuteddimsarray.jl
2
86.11
-1.39% stdlib/LinearAlgebra/src/adjtrans.jl
3
97.48
-1.26% base/bitset.jl
3
93.33
-0.63% base/math.jl
3
97.94
-1.23% stdlib/LinearAlgebra/src/special.jl
4
86.39
-0.2% base/compiler/abstractinterpretation.jl
6
93.48
0.33% base/expr.jl
6
68.97
-1.03% base/refpointer.jl
7
87.72
0.0% base/pointer.jl
10
89.66
-1.43% stdlib/REPL/src/docview.jl
12
88.69
0.19% stdlib/REPL/src/REPLCompletions.jl
15
91.49
-2.49% stdlib/LinearAlgebra/src/diagonal.jl
24
74.85
-0.22% base/client.jl
24
91.3
-4.54% stdlib/LinearAlgebra/src/generic.jl
25
85.98
-0.05% base/compiler/utilities.jl
29
77.83
42.88% stdlib/Printf/src/Printf.jl
38
68.82
-0.14% base/c.jl
61
85.83
-0.12% base/compiler/typelimits.jl
67
92.38
-0.3% base/abstractarray.jl
114
79.75
-0.25% stdlib/REPL/src/LineEdit.jl
141
71.9
-20.32% stdlib/LinearAlgebra/src/matmul.jl
Jobs
ID Job ID Ran Files Coverage
1 #37662.1 25 Oct 2023 03:05PM UTC 339
88.0
Source Files on build #37662
  • Tree
  • List 339
  • Changed 281
  • Source Changed 0
  • Coverage Changed 75
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • bb138fa8 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