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

JuliaData / CategoricalArrays.jl / 578
92%

Build:
DEFAULT BRANCH: master
Ran 14 Dec 2017 10:38AM UTC
Jobs 2
Files 11
Run time 41min
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

pending completion
578

push

travis-ci

nalimilan
Adhere to Base.copy!(x, i, y, j, n) behaviour for n <= 0 (#111)

Skip index checks if length is 0. This is consistent with Array copy!().
Move n < 0 check before bounds checks because n<0 is likely to trigger
BoundsError, but the message would be confusing (attempt to access
n-element Array at index [m:m-1]).

Use Base's copy!(x, i, y, j) for the default n by removing default value.

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

663 of 678 relevant lines covered (97.79%)

14218.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 578.1 14 Dec 2017 10:38AM UTC 0
97.79
Travis Job 578.1
3 578.3 14 Dec 2017 11:19AM UTC 0
97.79
Travis Job 578.3
Source Files on build 578
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #578
  • df86ae9e on github
  • Prev Build on master (#573)
  • Next Build on master (#587)
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