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

JuliaLang / julia / #37941
77%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2024 10:59AM 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

24 Oct 2024 03:01AM UTC coverage: 87.552% (+1.7%) from 85.868%
#37941

push

local

web-flow
Preserve type in `first` for `OneTo` (#56263)

With this PR,
```julia
julia> first(Base.OneTo(10), 4)
Base.OneTo(4)
```
Previously, this would have used indexing to return a `UnitRange`. This
is probably the only way to slice a `Base.OneTo` and obtain a
`Base.OneTo` back.

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

681 existing lines in 20 files now uncovered.

79152 of 90406 relevant lines covered (87.55%)

16583896.83 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.5
-0.41% stdlib/Random/src/generation.jl
1
88.87
0.0% base/compiler/ssair/slot2ssa.jl
1
94.15
-0.31% base/regex.jl
1
95.22
-0.14% stdlib/LinearAlgebra/src/diagonal.jl
2
81.36
-0.2% stdlib/REPL/src/REPL.jl
2
87.12
0.18% base/gmp.jl
2
86.5
-0.15% base/compiler/ssair/ir.jl
2
87.37
0.01% base/essentials.jl
2
92.96
4.39% base/floatfuncs.jl
7
90.83
-0.96% stdlib/InteractiveUtils/src/macros.jl
13
96.73
0.01% stdlib/LinearAlgebra/src/symmetric.jl
20
88.84
31.18% base/errorshow.jl
32
53.72
-26.45% base/summarysize.jl
34
67.82
-0.02% base/Base.jl
37
90.19
12.05% base/multidimensional.jl
37
86.84
0.07% base/boot.jl
42
91.89
1.06% stdlib/LinearAlgebra/src/matmul.jl
57
85.35
-1.57% base/show.jl
85
88.21
0.06% stdlib/REPL/src/REPLCompletions.jl
303
75.61
0.1% base/loading.jl
Jobs
ID Job ID Ran Files Coverage
1 #37941.1 24 Oct 2024 10:59AM UTC 361
87.55
Source Files on build #37941
  • Tree
  • List 361
  • Changed 277
  • Source Changed 0
  • Coverage Changed 75
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2a06376c 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