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

jandelgado / jled
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: reversable_group
DEFAULT BRANCH: master
Repo Added 25 Nov 2017 08:38PM UTC
Files 12
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 reversable_group
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add_esp32_pinmode_warning
  • add_github_link
  • add_jled_wasm_info
  • add_mbed_support
  • add_missing_tests
  • add_repeat_parameter_to_blink_effect
  • add_version_info_to_readme
  • add_version_to_docsite_index
  • ci_use_test_matrix
  • claude
  • create_doc_site
  • decorrelate_candle_flicker_pseudo_random_offsets
  • dependabot/github_actions/all-dependencies-007b9456e6
  • dependabot/github_actions/all-dependencies-640176b5ab
  • dependabot/github_actions/all-dependencies-696b649f44
  • dependabot/github_actions/all-dependencies-6ad358ee1b
  • dependabot/github_actions/all-dependencies-6d1c06d137
  • fix_arduino_core_mbedos_support
  • fix_bug_in_16bit_lut_effect_calculation_on_certain_mcu
  • fix_docsite_checkout_detach
  • fix_docsite_worktree_ci
  • fix_end_of_update_condition
  • fix_esp8266_hd_pwm_handling
  • fix_local_act_ci_runs
  • fix_pico_hal_in_inverted_setup
  • format_code_using_clang-format
  • group_documentation_update
  • harmonize_idlemode_in_stop_and_pause_across_jled_and_jledgroup
  • impl_jledgroup
  • impl_pause_and_resume
  • improve_makefile_matrix_build
  • initialize_lazily_only_on_stm32
  • jled_group_additional_lifecycle_events
  • jled_group_lifecycle_events
  • jled_lifecycle_events
  • make_candle_stateless
  • make_time_provider_independent_of_pwm_abstraction
  • master
  • move_lookup_tables_to_progmem_on_avr
  • move_signal_inversion_to_hal
  • narrow_eval_time_to_period_t
  • new_accelerating_blink_example
  • new_long_running_breathe_example
  • optimize_scale_function
  • refactor_brightness_classes
  • refactor_split_header_files
  • refactor_test_cases
  • refactor_to_separate_time_and_pwm_hal
  • reversable_group
  • shrink_pio_gh_cache_usage
  • support_multiple_resolutions
  • switch_to_gcovr
  • tjled_lifecycle_api_remaining
  • update_migration_guide
  • use_act_to_run_testmatrix_locally
  • use_enum_in_state_machine
  • use_specific_platformio_version_in_ci
  • use_test_matrix

06 Aug 2026 07:58AM UTC coverage: 97.11% (+0.4%) from 96.759%
31083018241

Pull #189

github

jandelgado
add CHANGELOG entry for Reverse()/Skip()/IsReversed()
Pull Request #189: Feat: reverse a group's running order

205 of 220 branches covered (93.18%)

Branch coverage included in aggregate %.

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

635 of 645 relevant lines covered (98.45%)

747.11 hits per line

Relevant lines Covered
Build:
Build:
645 RELEVANT LINES 635 COVERED LINES
747.11 HITS PER LINE
Source Files on master
  • Tree
  • List 12
  • 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
31083018241 reversable_group add CHANGELOG entry for Reverse()/Skip()/IsReversed() Pull #189 06 Aug 2026 08:00AM UTC jandelgado github
97.11
31082209150 reversable_group add CHANGELOG entry for Reverse()/Skip()/IsReversed() Pull #189 06 Aug 2026 07:47AM UTC jandelgado github
97.11
31031553752 reversable_group add CHANGELOG entry for Reverse()/Skip()/IsReversed() Pull #189 05 Aug 2026 05:47PM UTC jandelgado github
97.11
31023624379 reversable_group chore: clang-format test_jled_group.cpp, add CHANGELOG entry for Reverse()/Skip()/IsReversed() Pull #189 05 Aug 2026 04:07PM UTC jandelgado github
97.11
31020755706 reversable_group chore: clang-format test_jled_group.cpp, add CHANGELOG entry for Reverse()/Skip()/IsReversed() Pull #189 05 Aug 2026 03:32PM UTC jandelgado github
97.11
31008910440 master 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. Carr... push 05 Aug 2026 01:11PM UTC web-flow github
96.76
31008236790 narrow_eval_time_to_period_t document BrightnessEvaluator::Eval's period_t signature Updates the live "user provided brightness function" section of README.md and adds a CHANGELOG.md entry under the JLed 5.0 unreleased section for the breaking Eval(uint32_t) -> Eval(period_t... Pull #188 05 Aug 2026 01:02PM UTC jandelgado github
96.76
31007570106 narrow_eval_time_to_period_t document BrightnessEvaluator::Eval's period_t signature Updates the live "user provided brightness function" section of README.md and adds a CHANGELOG.md entry under the JLed 5.0 unreleased section for the breaking Eval(uint32_t) -> Eval(period_t... Pull #188 05 Aug 2026 12:53PM UTC jandelgado github
96.76
31000983109 master perf: store static lookup tables in PROGMEM (#187) On AVR (ATmega328P, ATmega2560, ATtiny, etc) put the look-up-tables used in the fade and candle effects to the flash memory using PROGMEM. Saves about - 8-bit fadeon LuT: 17 bytes - 8-bit can... push 05 Aug 2026 11:20AM UTC web-flow github
96.76
31000825524 move_lookup_tables_to_progmem_on_avr store static lookup tables in PROGMEM On AVR (ATmega328P, ATmega2560, ATtiny, etc) put the look-up-tables used in the fade and candle effects to the flash memory using PROGMEM. Saves about - 8-bit fadeon LuT: 17 bytes - 8-bit candle LuT: 16 ... Pull #187 05 Aug 2026 11:18AM UTC jandelgado github
96.76
See All Builds (673)
  • Repo on GitHub
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