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

jandelgado / jled / 30824337835
97%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2026 02:48PM UTC
Jobs 1
Files 11
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

03 Aug 2026 02:46PM UTC coverage: 96.727% (-1.0%) from 97.722%
30824337835

push

github

web-flow
Move signal inversion to HAL (#183)

Signal inversion is now performed by the HAL, where it belongs. This can be done either 
in software (e.g. on the Arduino platform using the `InvertableHal<Hal>` HAL 
wrapper, or can be handled by the HAL directly. ESP32 and Pico handle 
the inversion in Hardware. The HAL contract changed to:

```c++
class CustomHal {
    void analogWrite(uint8_t val, bool invert) const;
    void SetLowActive(bool invert) const;
};
```
HALs can either enable inversion in `SetLowActive(bool)` or do it on the fly in `analogWrite(uint8_t val, bool invert)`.

187 of 202 branches covered (92.57%)

Branch coverage included in aggregate %.

40 of 40 new or added lines in 4 files covered. (100.0%)

9 existing lines in 1 file now uncovered.

611 of 623 relevant lines covered (98.07%)

754.53 hits per line

Coverage Regressions

Lines Coverage ∆ File
9
95.45
-3.73% src/jled_base.h
Jobs
ID Job ID Ran Files Coverage
1 30824337835.1 03 Aug 2026 02:48PM UTC 11
96.73
GitHub Action Run
Source Files on build 30824337835
  • Tree
  • List 11
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30824337835
  • 1ed69de4 on github
  • Prev Build on master (#30809553047)
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