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

rm-hull / geods-poi-api / 22648259468
0%

Build:
DEFAULT BRANCH: main
Ran 03 Mar 2026 11:53PM UTC
Jobs 1
Files 6
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

03 Mar 2026 11:52PM UTC coverage: 0.0%. Remained the same
22648259468

push

github

web-flow
feat: add category-groups endpoint and data (#45)

Add a new endpoint to provide predefined groupings of POI categories.
This allows clients to filter or display POIs by broader
classifications (e.g., **Food & Dining**) rather than individual tags.

*   Introduced `GET /v1/geods-poi/category-groups` endpoint.
*   Added `data/category-groups.json` with extensive category mappings.
*   Refactored `RefData` and `Search` to use `gin.HandlerFunc` for
    consistent type usage.
*   Added `test.http` for local API verification.

```mermaid
sequenceDiagram
    participant Client
    participant Router
    participant internal
    participant Data as category-groups.json

    Client->>Router: GET /v1/geods-poi/category-groups
    Router->>internal: CategoryGroups()
    internal->>Data: Read JSON file
    Data-->>internal: content
    internal-->>Client: 200 OK (application/json)
```

0 of 7 new or added lines in 3 files covered. (0.0%)

0 of 398 relevant lines covered (0.0%)

0.0 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
0.0
0.0% internal/search.go
1
0.0
0.0% main.go
5
0.0
0.0% internal/refdata.go
Jobs
ID Job ID Ran Files Coverage
1 22648259468.1 03 Mar 2026 11:53PM UTC 6
0.0
GitHub Action Run
Source Files on build 22648259468
  • Tree
  • List 6
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9a879f63 on github
  • Prev Build on main (#22646128626)
  • Next Build on main (#22711086459)
  • 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