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

jandelgado / jled
97%

Build:
DEFAULT BRANCH: master
Repo Added 25 Nov 2017 08:38PM UTC
Files 7
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • add_esp32_pinmode_warning
  • add_github_link
  • add_jled_wasm_info
  • add_mbed_support
  • add_version_to_docsite_index
  • ci_use_test_matrix
  • claude
  • create_doc_site
  • fix_arduino_core_mbedos_support
  • fix_docsite_checkout_detach
  • fix_docsite_worktree_ci
  • fix_end_of_update_condition
  • fix_pico_hal_in_inverted_setup
  • impl_jledgroup
  • make_candle_stateless
  • make_time_provider_independent_of_pwm_abstraction
  • optimize_scale_function
  • refactor_brightness_classes
  • refactor_to_separate_time_and_pwm_hal
  • support_multiple_resolutions
  • switch_to_gcovr
  • use_act_to_run_testmatrix_locally
  • use_enum_in_state_machine
  • use_specific_platformio_version_in_ci
  • use_test_matrix

28 Apr 2026 09:47AM UTC coverage: 96.781% (+0.01%) from 96.767%
25045896165

push

github

web-flow
pico hal fixed (#152)

(Pico HAL) when LED is inverted (LowActive()) the PWM value must be set to 2^res
since otherwise there will be a light remaining glim when the LED 
is supposed to be off.

92 of 102 branches covered (90.2%)

Branch coverage included in aggregate %.

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

359 of 364 relevant lines covered (98.63%)

848.48 hits per line

Relevant lines Covered
Build:
Build:
364 RELEVANT LINES 359 COVERED LINES
848.48 HITS PER LINE
Source Files on master
  • Tree
  • List 7
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25045896165 master pico hal fixed (#152) (Pico HAL) when LED is inverted (LowActive()) the PWM value must be set to 2^res since otherwise there will be a light remaining glim when the LED is supposed to be off. push 28 Apr 2026 09:48AM UTC web-flow github
96.78
23956916672 master Use an enum for state machine (#151) push 03 Apr 2026 06:16PM UTC web-flow github
96.77
23955627849 master simplify built-in effects (#150) effects (except for user defined effects) no longer use virtual methods. This improves performance, reduces memory consumption (no vtable pointer needed) and simplifies the code. push 03 Apr 2026 05:36PM UTC web-flow github
96.77
23947113579 master Add support for 16-bit PWM resolution (#142) In addition to the `JLed` class this commit add a `JLedHD` class that supports higher resolution (up to 16-bit, where the platform supports it, e.g. RP2040) effects. In long running fade effects, this ... push 03 Apr 2026 01:03PM UTC web-flow github
97.19
23380748518 master add JLed version information to generated documentation (#149) push 21 Mar 2026 01:31PM UTC web-flow github
97.3
23379696997 master Switch to gcovr for test coverage calculation (#148) * switch to gcovr * add rpi pico to test matrix pio ci validates the board ID before applying project options, so the platform must be installed first for rpipico to be recognized. * provide ... push 21 Mar 2026 12:30PM UTC web-flow github
97.3
22596308956 master Fix doc-site CI: use --detach in checkout_version to avoid branch lock (#147) git checkout <branch> fails in the worktree when that branch is already checked out in the main worktree. Using --detach checks out the commit directly, which works for... push 02 Mar 2026 09:24PM UTC web-flow github
98.44
22596145048 master Fix doc-site CI: use --detach when creating git worktree for master (#146) In CI, the repository is already checked out at master, so `git worktree add <dir> master` fails because a branch can only be used by one worktree at a time. Using `--deta... push 02 Mar 2026 09:19PM UTC web-flow github
98.44
22595798758 master Add GitHub link and install nav to doc-site sidebar; fix badge branch (#145) - Add GitHub icon link pointing to the current version in the sidebar header - Add Install section with PlatformIO Registry and Arduino Library Manager links - Add Links... push 02 Mar 2026 09:10PM UTC web-flow github
98.44
22112689328 master Create doc-site (#143) Create a doc-site which hosts the documentation of all JLed version (on github-pages). push 17 Feb 2026 07:33PM UTC web-flow github
98.44
See All Builds (520)
  • Repo on GitHub
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