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

micropython / micropython / 13507
98%

Build:
DEFAULT BRANCH: master
Ran 11 May 2020 12:41PM UTC
Jobs 1
Files 274
Run time 42s
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

pending completion
13507

push

travis-ci-com

dpgeorge
extmod/nimble: Make error code mapping default to MP_EIO.

Before this change, any NimBLE error that does not appear in the
ble_hs_err_to_errno_table maps to return code 0, meaning success.  If we
miss adding an error code to the table we end up returning success in case
of failure.

Instead, handle the zero case explicitly and default to MP_EIO.  This
allows removing the now-redundant MP_EIO entries from the mapping.

19425 of 19819 relevant lines covered (98.01%)

426370.0 hits per line

Jobs
ID Job ID Ran Files Coverage
5 13507.5 (MAKEOPTS="-j4" NAME="unix coverage build and tests") 11 May 2020 12:41PM UTC 0
98.01
Travis Job 13507.5
Source Files on build 13507
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #13507
  • 18fb5b44 on github
  • Prev Build on master (#13506)
  • Next Build on master (#13522)
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