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

JuliaLang / julia / #37536 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 12 May 2023 12:33PM UTC
Files 347
Run time 7s
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

12 May 2023 12:33PM UTC coverage: 86.403% (+0.5%) from 85.9%
#37536.1

push

local

web-flow
abstractarray: fix `append!(::AbstractVector, ...)` interface (#49754)

JuliaLang/julia#47154 mistakenly added `@_safeindex` macro on the
`_append!(a::AbstractVector, ::Union{HasLength,HasShape}, iter)` method,
although `@_safeindex` is only valid for builtin vectors i.e. `Vector`.

This commit adds `isa` check so that `@_safeindex` is only applied to
builtin vectors. The `isa` check should be removed at compile time, so
it should not affect the runtime performance.

closes #49748

72230 of 83597 relevant lines covered (86.4%)

33967261.17 hits per line

Source Files on job #37536.1
  • Tree
  • List 347
  • Changed 300
  • Source Changed 0
  • Coverage Changed 300
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37536
  • 9002d166 on github
  • Prev Job for on master (##37535.1)
  • Next Job for on master (##37537.1)
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