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

rm-hull / fuel-prices-api / 22064020232
0%
main: 50%

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 16 Feb 2026 01:10PM UTC
Jobs 1
Files 8
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

16 Feb 2026 01:09PM UTC coverage: 0.0%. Remained the same
22064020232

Pull #6

github

rm-hull
feat: Allow limiting price history per fuel type

This change introduces the ability to restrict the number of
historical fuel price records returned for each distinct
fuel type during a spatial search.

A new optional query parameter, `limit`, is added to the
search endpoint:

*   The parameter controls how many of the most recent price
    updates are returned for each specific fuel type at a
    given station.
*   The default limit is 1 (only the single most recent
    price per type).

The underlying SQL uses a window function partitioned by
`fuel_type` to enforce this limit efficiently in the
repository layer.
Pull Request #6: feat: Allow limiting price history per fuel type

0 of 14 new or added lines in 2 files covered. (0.0%)

0 of 611 relevant lines covered (0.0%)

0.0 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
0.0
0.0% internal/routes/search.go
4
0.0
0.0% internal/repository.go
Jobs
ID Job ID Ran Files Coverage
1 22064020232.1 16 Feb 2026 01:10PM UTC 8
0.0
GitHub Action Run
Source Files on build 22064020232
  • Tree
  • List 8
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #6
  • PR Base - main (#22042684139)
  • Delete
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