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

micropython / micropython / 10537
98%

Build:
DEFAULT BRANCH: master
Ran 25 Apr 2019 03:35AM UTC
Jobs 1
Files 242
Run time 13s
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
10537

push

travis-ci

dpgeorge
tools/pyboard.py: Don't accumulate output data if data_consumer used.

Prior to this patch, when a lot of data was output by a running script
pyboard.py would try to capture all of this output into the "data"
variable, which would gradually slow down pyboard.py to the point where it
would have large CPU and memory usage (on the host) and potentially lose
data.

This patch fixes this problem by not accumulating the data in the case that
the data is not needed, which is when "data_consumer" is used.

18405 of 18780 relevant lines covered (98.0%)

367071.09 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10537.3 (NAME="unix coverage build and tests") 25 Apr 2019 03:35AM UTC 0
98.0
Travis Job 10537.3
Source Files on build 10537
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10537
  • 56f6ceba on github
  • Prev Build on master (#10536)
  • Next Build on master (#10542)
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