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

Knio / pynmea2 / 198 / 2
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 03 Feb 2019 08:32PM UTC
Files 17
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

03 Feb 2019 08:30PM UTC coverage: 98.057% (+1.1%) from 96.98%
198.2

push

travis-ci

Knio
NMEAStreamReader: support iterator protocol (#82)

* NMEAStreamReader: support iterator protocol.

This allows NMEAStreamReader object to be used in a for loop:

for batch in NMEAStreamReader(stream):
    for msg in batch:
        print msg

* Python 3 iterator compatibility

Python 3 uses __next__ method.

* Add test_iter

Add a test for the new iterator interface.

* Respect test separation

No code changes.

555 of 566 relevant lines covered (98.06%)

0.98 hits per line

Source Files on job 198.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 196
  • Travis Job 198.2
  • 52d217f9 on github
  • Prev Job for on master (#194.1)
  • Next Job for on master (#199.1)
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