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

rwaldron / johnny-five / 2567
92%

Build:
DEFAULT BRANCH: master
Ran 13 Apr 2017 04:13PM UTC
Jobs 8
Files 55
Run time 27min
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
2567

push

travis-ci

rwaldron
Add support for CSS color function notation to Led.RGB.color() (#1320)

* Add support for CSS functional notation to Led.RGB.color

Adds support for CSS functional notation (e.g. `"rgb(255, 255, 0)"`) to the `color()` method on the Led.RGB prototype.

Supports:

  - `rgb(r, g, b)`
  - `rgba(r, g, b, a)` where the alpha value in the range 0-1 modifies the color as an intensity function using `RGB.ToScaledRGB()`
  - `rgba(r, g, b)` and `rgb(r, g, b, a)` to comply with the [CSS Color Module Level 4 Draft](https://drafts.csswg.org/css-color/#rgb-functions)

* Add support for functional notation without commas

Also part of the CSS color level 4 spec.

* Fix lint errors

2789 of 3255 branches covered (85.68%)

7237 of 7889 relevant lines covered (91.74%)

1429.33 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2567.1 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:13PM UTC 0
91.74
Travis Job 2567.1
2 2567.2 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:13PM UTC 0
91.74
Travis Job 2567.2
3 2567.3 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:15PM UTC 0
91.74
Travis Job 2567.3
4 2567.4 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:19PM UTC 0
91.74
Travis Job 2567.4
5 2567.5 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:17PM UTC 0
91.73
Travis Job 2567.5
6 2567.6 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:26PM UTC 0
91.74
Travis Job 2567.6
7 2567.7 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:37PM UTC 0
82.08
Travis Job 2567.7
8 2567.8 (NO_SERIALPORT_INSTALL=1) 13 Apr 2017 04:40PM UTC 0
82.08
Travis Job 2567.8
Source Files on build 2567
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2567
  • e3357040 on github
  • Prev Build on master (#2566)
  • Next Build on master (#2568)
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