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

JuliaLang / julia / #37646
77%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2023 01:50PM UTC
Jobs 1
Files 337
Run time 17s
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

09 Oct 2023 05:59AM UTC coverage: 87.96% (+0.9%) from 87.046%
#37646

push

local

web-flow
Use `oneto` instead of `OneTo` when constructing `LinearIndices` (#51578)

This permits constructing `LinearIndices` for infinite arrays, for which
the axes can't be a `Base.OneTo`:
```julia
julia> using InfiniteArrays

julia> L = LinearIndices(1:∞)
ℵ₀-element LinearIndices{1, Tuple{InfiniteArrays.OneToInf{Int64}}} with indices OneToInf():
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
  ⋮
```

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

72722 of 82676 relevant lines covered (87.96%)

13171923.93 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
85.98
-0.37% base/compiler/utilities.jl
1
95.52
-1.49% base/number.jl
1
68.33
-1.67% base/refpointer.jl
1
87.23
-1.06% stdlib/LibGit2/src/merge.jl
1
91.49
-2.13% stdlib/LibGit2/src/rebase.jl
1
94.94
-0.63% stdlib/LibGit2/src/reference.jl
1
95.06
-0.62% stdlib/LibGit2/src/repository.jl
1
93.88
1.87% stdlib/LinearAlgebra/src/diagonal.jl
1
71.76
-0.14% stdlib/LinearAlgebra/src/matmul.jl
1
92.31
-0.4% stdlib/Random/src/generation.jl
2
82.78
4.69% base/stream.jl
2
96.08
-3.92% stdlib/LibGit2/src/diff.jl
4
86.09
-3.48% stdlib/Base64/src/encode.jl
5
85.71
-3.4% stdlib/LibGit2/src/gitcredential.jl
7
85.93
-2.68% stdlib/LibGit2/src/types.jl
42
74.78
-1.83% base/client.jl
Jobs
ID Job ID Ran Files Coverage
1 #37646.1 09 Oct 2023 01:50PM UTC 337
87.96
Source Files on build #37646
  • Tree
  • List 337
  • Changed 288
  • Source Changed 0
  • Coverage Changed 42
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • f4e1a156 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