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

micropython / micropython / 12545
98%

Build:
DEFAULT BRANCH: master
Ran 07 Feb 2020 05:28AM UTC
Jobs 1
Files 270
Run time 17s
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
12545

push

travis-ci

dpgeorge
stm32/usbd_cdc_interface: Remove "interrupt_char != -1" check.

It's not needed.  The C integer implicit promotion rules mean that the
uint8_t of the incoming character is promoted to a (signed) int, matching
the type of interrupt_char.  Thus the uint8_t incoming character can never
be equal to -1 (the value of interrupt_char that indicate that interruption
is disabled).

16435 of 16752 relevant lines covered (98.11%)

417616.67 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12545.3 (NAME="unix coverage build and tests") 07 Feb 2020 05:28AM UTC 0
98.11
Travis Job 12545.3
Source Files on build 12545
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12545
  • ce40abcf on github
  • Prev Build on master (#12541)
  • Next Build on master (#12553)
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