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

pfalcon / micropython / 1667 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2019 03:43PM UTC
Files 244
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

03 Jun 2019 07:14AM UTC coverage: 97.997%. Remained the same
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
stm32/modnetwork: Replace generic netif NIC polling with specific code.

It doesn't work to tie the polling of an underlying NIC driver (eg to check
the NIC for pending Ethernet frames) with its associated lwIP netif.  This
is because most NICs are implemented with IRQs and don't need polling,
because there can be multiple lwIP netif's per NIC driver, and because it
restricts the use of the netif->state variable.  Instead the NIC should
have its own specific way of processing incoming Ethernet frame.

This patch removes this generic NIC polling feature, and for the only
driver that uses it (Wiznet5k) replaces it with an explicit call to the
poll function (which could eventually be improved by using a proper
external interrupt).

18445 of 18822 relevant lines covered (98.0%)

364785.83 hits per line

Source Files on job 1667.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1622
  • Travis Job 1667.3
  • ce8262a1 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#1665.3)
  • Next Job for NAME="unix coverage build and tests" on master (#1669.3)
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