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

JuliaStats / NullableArrays.jl / 510
63%
master: 67%

Build:
Build:
LAST BUILD BRANCH: v0.1.2
DEFAULT BRANCH: master
Ran 13 Nov 2016 02:09PM UTC
Jobs 2
Files 15
Run time 44s
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
510

push

travis-ci

nalimilan
Rewrite broadcast() based on lift()

Remove the custom implementation of broadcast(), and just call
the base method on the lift()ed method. This implements the
blacklist approach: methods with a custom lifting behavior like
isnull() should override lift() to get passed Nullable values
directly; if they do not return a Nullable, the result is a standard
Array rather than a NullableArray.

Performance will probably be worse than before, but at least the
semantics will be correct. We can always re-implement the custom
and faster versions later when broadcast() has stabilized in Base
and Nullable support has settled.

498 of 819 relevant lines covered (60.81%)

30456.88 hits per line

Jobs
ID Job ID Ran Files Coverage
2 510.2 13 Nov 2016 02:10PM UTC 0
59.22
Travis Job 510.2
3 510.3 13 Nov 2016 02:09PM UTC 0
58.73
Travis Job 510.3
Source Files on build 510
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #510
  • 5b8a1bd8 on github
  • Next Build on nl/broadcast (#514)
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