• 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

Jobs
ID Job ID Ran Files Coverage
1 #37941.1 24 Oct 2024 10:59AM UTC 0
87.55
Source Files on build #37941
Detailed source file information is not available for this build.
  • 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