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

micropython / micropython / 11105 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 14 Aug 2019 07:26AM UTC
Files 244
Run time 573min
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

14 Aug 2019 07:20AM UTC coverage: 97.998%. Remained the same
NAME="unix coverage build and tests"

push

travis-ci

dpgeorge
esp32/network_ppp: Add authentication support to the PPP interface.

This commit adds the connect() method to the PPP interface and requires
that connect() be called after active(1).  This is a breaking change for
the PPP API.

With the connect() method it's now possible to pass in authentication
information for PAP/CHAP, eg:

    ppp.active(1)
    ppp.connect(authmode=ppp.AUTH_PAP, username="user", "password="password")

If no authentication is needed simply call connect() without any
parameters.  This will get the original behaviour of calling active(1).

18457 of 18834 relevant lines covered (98.0%)

364898.39 hits per line

Source Files on job 11105.3 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 226
  • Source Changed 225
  • Coverage Changed 226
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10808
  • Travis Job 11105.3
  • b6906fa5 on github
  • Prev Job for NAME="unix coverage build and tests" on master (#11075.3)
  • Next Job for NAME="unix coverage build and tests" on master (#11108.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