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

emitter-io / emitter / 6950253950
93%
master: 92%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/go_modules-c153b83258
DEFAULT BRANCH: master
Ran 21 Nov 2023 10:25PM UTC
Jobs 1
Files 80
Run time 6s
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

21 Nov 2023 10:14PM UTC coverage: 92.878% (-0.2%) from 93.099%
6950253950

Pull #414

github

Florimond
Adds the new history API

The history api allows to retrieve any number of messages stored in a channel.
As the number of messages that can return in a single response is limited by
the size of a response (as per #413), a system of pagination is required.
This system is implemented with the introduction of the StartFromID query
parameter. An client that already received a response with a certain number of
messages can send a new request to the API with the StartFromID set to the ID
of the last message it received. The storage query will then start retreiving
messages starting at that ID to provide the API the next page of messages in
its response.
Pull Request #414: Adds the new history API

55 of 72 new or added lines in 6 files covered. (76.39%)

5412 of 5827 relevant lines covered (92.88%)

8039.68 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
89.29
-0.87% internal/provider/storage/ssd.go
3
70.0
internal/service/history/service.go
12
70.0
internal/service/history/history.go
Jobs
ID Job ID Ran Files Coverage
1 6950253950.1 21 Nov 2023 10:25PM UTC 80
92.88
GitHub Action Run
Source Files on build 6950253950
  • Tree
  • List 80
  • Changed 12
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #414
  • PR Base - master (#6949637241)
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