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

micropython / micropython / 10050
98%

Build:
DEFAULT BRANCH: master
Ran 10 Jan 2019 05:17AM UTC
Jobs 1
Files 238
Run time 22s
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
10050

push

travis-ci

dpgeorge
esp32/modsocket: For socket read only release GIL if socket would block.

If there are many short reads to a socket in a row (eg by readline) then
releasing and acquiring the GIL each time will give very poor throughput.
So first poll the socket to see if it has data, and if it does then don't
release the GIL.

18260 of 18625 relevant lines covered (98.04%)

333734.0 hits per line

Jobs
ID Job ID Ran Files Coverage
3 10050.3 (NAME="unix coverage build and tests") 10 Jan 2019 05:17AM UTC 0
98.04
Travis Job 10050.3
Source Files on build 10050
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10050
  • f350b640 on github
  • Prev Build on master (#10042)
  • Next Build on master (#10052)
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