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

ionelmc / python-manhole / 344 / 113
86%
master: 86%

Build:
DEFAULT BRANCH: master
Ran 21 Dec 2017 05:05AM UTC
Files 2
Run time 0s
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

21 Dec 2017 12:39AM UTC coverage: 79.061%. Remained the same
TOXENV=3.6-signalfd-cover,report,coveralls,codecov

Pull #46

travis-ci

web-flow
Remove unneeded poll flags

According to poll(2) POLLERR and POLLHUP are are meaningless in the
events field, and will be set in the revents field whenever the
corresponding condition is true. So there is no need to register for
these events.

POLLPRI means there is urgent data to read. This can be read using the
MSG_OOB flag, but manhole-cli does not use this feature, so there is no
need to wait for this event.
Pull Request #46: Remove unneeded poll flags

92 of 138 branches covered (66.67%)

404 of 511 relevant lines covered (79.06%)

0.79 hits per line

Source Files on job 344.113 (TOXENV=3.6-signalfd-cover,report,coveralls,codecov)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 344
  • Travis Job 344.113
  • f4d6a604 on github
  • Prev Job for TOXENV=3.6-signalfd-cover,report,coveralls,codecov on master (#340.113)
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