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

jandelgado / jled / 27158744563 / 1
97%
master: 98%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/all-dependencies-696b649f44
DEFAULT BRANCH: master
Ran 08 Jun 2026 06:34PM UTC
Files 7
Run time 1s
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

08 Jun 2026 06:32PM UTC coverage: 97.204% (+0.4%) from 96.781%
27158744563.1

Pull #154

github

jandelgado
make candle effect stateless 

the old candle effect was stateful (which was against our architecture,
stating that effects should be stateless), which resulted in the largest
memory footprint of all effects (12 bytes). since we use a discriminated
union, the candle effect, having the largest memory footprint, was
determining the size of the effect buffer in the TJLed class. The
refactoring now uses just 6 bytes, and the Breathe effect with 8 bytes
is now the largest member. Overall we save 4 bytes on every JLed object.

Also the brightness lookup table was re-worked to include a gamma value
of 2.2, resulting in a better visual effect.
Pull Request #154: make candle effect stateless

90 of 100 branches covered (90.0%)

Branch coverage included in aggregate %.

362 of 365 relevant lines covered (99.18%)

848.11 hits per line

Source Files on job 27158744563.1
  • Tree
  • List 7
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 27158744563
  • 47b2b011 on github
  • Prev Job for on make_candle_stateless (#27073634230.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