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

jandelgado / jled / 31008910440
97%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2026 01:11PM UTC
Jobs 1
Files 12
Run time 1min
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

05 Aug 2026 01:09PM UTC coverage: 96.759% (-0.004%) from 96.763%
31008910440

push

github

web-flow
perf: Narrow eval time to period t (#188)

* narrow effect Eval(t) to a 16-bit period_t

TJLed::Update() always calls Eval(t_cycle) with t_cycle < period, and
Period() already returns uint16_t, so t structurally never needs more than
16 bits. Carrying it as uint32_t everywhere costs extra register/stack
traffic on MCUs without a hardware divider/wide ALU (AVR) and promotes
otherwise-16-bit compares, adds, subtracts and divides to 32-bit ops,
including in user-written Eval() overrides.

* update examples for BrightnessEvaluator::Eval's period_t signature

Follows the breaking change to BrightnessEvaluator<Brightness>::Eval's
parameter type (uint32_t -> period_t). morse_effect.h also needed pos
retyped explicitly to jled::period_t: t/speed_ used to promote to uint32_t
(unsigned) and now promotes to plain int (signed) since both operands are
16-bit, which triggered a signed/unsigned comparison warning against
morse_.size().

* update morse example for BrightnessEvaluator::Eval's period_t signature

* document BrightnessEvaluator::Eval's period_t signature

187 of 202 branches covered (92.57%)

Branch coverage included in aggregate %.

16 of 16 new or added lines in 3 files covered. (100.0%)

619 of 631 relevant lines covered (98.1%)

751.73 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31008910440.1 05 Aug 2026 01:11PM UTC 12
96.76
GitHub Action Run
Source Files on build 31008910440
  • Tree
  • List 12
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31008910440
  • 1f2c0a56 on github
  • Prev Build on master (#31000983109)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc