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

rm-hull / fuel-prices-api / 22203200221
22%
main: 22%

Build:
Build:
LAST BUILD BRANCH: feat/brand-icons
DEFAULT BRANCH: main
Ran 19 Feb 2026 10:43PM UTC
Jobs 1
Files 15
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

19 Feb 2026 10:41PM UTC coverage: 21.725% (-7.1%) from 28.783%
22203200221

Pull #11

github

rm-hull
feat: add retailer favicons and brand matching

Enrich search results with retailer metadata, specifically favicon
URLs, to improve the API's front-end integration capabilities.

- Add favicon URLs for various fuel brands in `retailers.csv`.
- Implement brand name matching logic in `internal/models`.
- Update repository to link search results with retailer info.
- Adjust **VS Code** launch tasks and bootstrap process.

```mermaid
sequenceDiagram
    participant API
    participant Repository
    participant RetailersMap

    API->>Repository: fetchPfs(boundingBox)
    Repository->>Repository: Execute SQL Query
    loop For each record
        Repository->>RetailersMap: MatchBrandName(brand)
        RetailersMap-->>Repository: Retailer Metadata
        Repository->>Repository: Attach Retailer to SearchResult
    end
    Repository-->>API: Enriched SearchResults
```
Pull Request #11: feat: add command to update retailer favicons & enrich search results with retailer metadata

7 of 251 new or added lines in 8 files covered. (2.79%)

199 of 916 relevant lines covered (21.72%)

0.23 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
0.0
0.0% cmd/bootstrap.go
19
0.0
0.0% main.go
22
0.0
internal/brands/retailers.go
22
12.0
internal/models/retailer.go
35
0.0
cmd/update_favicons.go
44
0.0
internal/csv.go
97
0.0
internal/favicon/extractor.go
Jobs
ID Job ID Ran Files Coverage
1 22203200221.1 19 Feb 2026 10:43PM UTC 15
21.72
GitHub Action Run
Source Files on build 22203200221
  • Tree
  • List 15
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #11
  • PR Base - main (#22200286581)
  • 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