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

JuliaLang / julia / #37862
77%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2024 10:42AM 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

06 Aug 2024 02:39AM UTC coverage: 87.589% (-0.005%) from 87.594%
#37862

push

local

web-flow
Compact printing for `Adjoint` vectors, and `Diagonal` (#40722)

This changes the compact printing to preserve more information -- an
adjoint vector is not quite a matrix, and Diagonal wastes a lot of
space:
```julia
julia> (Diagonal(1:4), [5,6,7]', transpose(8:10))  # before
([1 0 0 0; 0 2 0 0; 0 0 3 0; 0 0 0 4], [5 6 7], [8 9 10])

julia> (Diagonal(1:4), [5,6,7]', transpose(8:10))  # after
(Diagonal(1:4), adjoint([5, 6, 7]), transpose(8:10))
```
Would have been better to do at the same time as 1.6's other printing
changes, I guess.

---------

Co-authored-by: Jishnu Bhattacharya <jishnub.github@gmail.com>

12 of 12 new or added lines in 2 files covered. (100.0%)

254 existing lines in 6 files now uncovered.

77781 of 88802 relevant lines covered (87.59%)

16175082.19 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
79.5
-0.62% stdlib/FileWatching/src/FileWatching.jl
3
40.0
0.0% stdlib/REPL/src/TerminalMenus/TerminalMenus.jl
6
81.58
-5.26% stdlib/Base64/src/encode.jl
14
96.2
0.15% stdlib/LinearAlgebra/src/diagonal.jl
103
81.19
0.0% stdlib/REPL/src/REPL.jl
125
92.08
-0.07% base/compiler/abstractinterpretation.jl
Jobs
ID Job ID Ran Files Coverage
1 #37862.1 06 Aug 2024 10:43AM UTC 361
87.59
Source Files on build #37862
  • Tree
  • List 361
  • Changed 246
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 1b32fa68 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