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

micropython / micropython / 11105
98%

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

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

Jobs
ID Job ID Ran Files Coverage
3 11105.3 (NAME="unix coverage build and tests") 14 Aug 2019 07:26AM UTC 0
98.0
Travis Job 11105.3
Source Files on build 11105
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11105
  • b6906fa5 on github
  • Prev Build on master (#11075)
  • Next Build on master (#11108)
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