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

MapColonies / shigola / 716fbf27a
47%
master: 47%

Build:
Build:
LAST BUILD BRANCH: feat/remove-capabilities
DEFAULT BRANCH: master
Ran 27 Aug 2026 02:05PM UTC
Jobs 1
Files 197
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

27 Aug 2026 02:02PM UTC coverage: 47.123% (-1.1%) from 48.261%
716fbf27a

Pull #9

github

NivGreenstein
test(server): stop asserting that removed routes are absent

TestRouterSurface's "nothing outside it answers" case listed twelve paths this
fork used to serve -- /capabilities, /maps/..., /viewer -- and asserted each
404s. On a branch removing those routes that was evidence. On master it is not a
test of this code: the router registers no catch-all, so any unregistered path
404s whatever we do, and nothing would lead anyone back to those paths for it to
catch. It costs a reader twelve lines of dead surface to read past.

What remains is the half that tests something: every resource NewRouter
registers is reachable through it. That is not implied by anything -- a handler
registered at a path with a typo, or never registered, is not a compile error,
and the ogc package's own tests mount its routes themselves rather than through
NewRouter, so this is the only place the assembled surface is exercised.
Mutation-verified: dropping /tileMatrixSets from the OGC route table fails it.

Consequence worth recording, since the tickets in this PR each have a 404
acceptance criterion: none of them now has an executable assertion. The
behaviour is unchanged and follows from the routes being unregistered, which is
visible in NewRouter -- but nothing tests it, deliberately, and the tickets say
so.
Pull Request #9: feat(server): serve tiles only through the OGC surface (MAPCO-11483, MAPCO-11484, MAPCO-11485)

32 of 46 new or added lines in 6 files covered. (69.57%)

1 existing line in 1 file now uncovered.

9280 of 19693 relevant lines covered (47.12%)

210.15 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
73.23
-2.92% server/ogc/handle_tile.go
3
2.36
-0.04% observability/prometheus/prometheus.go
1
84.85
0.0% config/config.go

Coverage Regressions

Lines Coverage ∆ File
1
2.36
-0.04% observability/prometheus/prometheus.go
Jobs
ID Job ID Ran Files Coverage
1 716fbf27a.1 27 Aug 2026 02:05PM UTC 197
47.12
GitHub Action Run
Source Files on build 716fbf27a
  • Tree
  • List 197
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #9
  • PR Base - master (#57A221C73)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc