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

sgerrand / ex_incident_io / 24768401045
100%

Build:
DEFAULT BRANCH: main
Ran 22 Apr 2026 08:30AM UTC
Jobs 1
Files 33
Run time 1min
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

22 Apr 2026 08:29AM UTC coverage: 99.612% (+0.01%) from 99.602%
24768401045

push

github

web-flow
feat: add IncidentIo.Pagination.stream/3 for cursor-based pagination (#159)

* feat: add IncidentIo.Pagination.stream/3 for cursor-based pagination

The incident.io API uses cursor-based pagination via a pagination_meta.after
cursor returned in list responses. Previously callers had to thread the cursor
manually across calls.

IncidentIo.Pagination.stream/3 wraps any 2-arity list function and returns
a lazy Stream of page bodies. The stream stops automatically when the after
cursor is nil (last page) or when a non-200 response is received.

* docs: add Pagination section to README

Document IncidentIo.Pagination.stream/3 with examples covering the
common use cases: collecting all results, lazy processing, and passing
extra options like page_size.

7 of 7 new or added lines in 1 file covered. (100.0%)

257 of 258 relevant lines covered (99.61%)

26.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24768401045.1 22 Apr 2026 08:30AM UTC 33
99.61
GitHub Action Run
Source Files on build 24768401045
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24768401045
  • 247a4eec on github
  • Prev Build on main (#24768088122)
  • Next Build on main (#24769579444)
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