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

jandelgado / jled / 286
98%

Build:
DEFAULT BRANCH: master
Ran 18 Jul 2020 07:24PM UTC
Jobs 1
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

18 Jul 2020 07:14PM UTC coverage: 96.341%. Remained the same
286

push

travis-ci

web-flow
add support for nano33ble using mbed arduino core (#54) 

The Arduino core for the nano33ble uses mbed and wraps it in the Arduino
core API. Therefore __MBED__ is defined, which makes JLed think it runs
in an Mbed environment. But in this case, JLed needs to use the Arduino
API. The problem is solved by checking also for ARDUINO_API_VERSION:
  #if defined(__MBED__) && !defined(ARDUINO_API_VERSION)
  -> running in mbed environment
in jled.h.

See
 * https://github.com/arduino/ArduinoCore-API
 * https://github.com/arduino/ArduinoCore-nRF528x-mbedos

Fixes #53

237 of 246 relevant lines covered (96.34%)

122.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 286.1 (CPP_LINT_URL=https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py COVERALLS_TOKEN=[secure] MATRIX_EVAL="CC=gcc-7 && CXX=g++-7") 18 Jul 2020 07:24PM UTC 0
96.34
Travis Job 286.1
Source Files on build 286
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #286
  • 0c656fbc on github
  • Prev Build on master (#283)
  • Next Build on master (#288)
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