go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.3k stars 198 forks source link

Slippy tile issue 997 #1007

Closed gdey closed 3 months ago

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build e5a736695

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
atlas/atlas.go 0 1 0.0%
cmd/tegola/cmd/cache/format.go 2 3 66.67%
cmd/tegola/cmd/cache/tile_list.go 5 6 83.33%
cmd/tegola/cmd/cache/tile_name.go 5 6 83.33%
server/handle_map_layer_zxy.go 5 6 83.33%
tile.go 0 1 0.0%
atlas/map.go 9 12 75.0%
cmd/tegola/cmd/cache/cache.go 1 4 25.0%
cmd/tegola/cmd/cache/seed_purge.go 5 9 55.56%
provider/provider.go 0 8 0.0%
<!-- Total: 34 67 50.75% -->
Files with Coverage Reduction New Missed Lines %
provider/provider.go 1 54.55%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build a58cd8965: -0.07%
Covered Lines: 6893
Relevant Lines: 16250

💛 - Coveralls
ARolek commented 3 months ago

@gdey one nit on this PR, can you rename the commit titles? They're currently the same, but one commit is for vendoring the geom package, the other is for adopting it.