go-spatial / tegola

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

Fix SQL parsing for MVT provider #744

Closed johngian closed 3 years ago

johngian commented 3 years ago
ARolek commented 3 years ago

@johngian it looks like this PR is failing the test suite: https://github.com/go-spatial/tegola/pull/744/checks?check_run_id=2015097575. I can help look into this if that would be helpful.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build cbedc67ec-PR-744


Changes Missing Coverage Covered Lines Changed/Added Lines %
provider/postgis/postgis.go 13 16 81.25%
provider/postgis/util.go 16 20 80.0%
<!-- Total: 35 42 83.33% -->
Files with Coverage Reduction New Missed Lines %
server/viewer.go 3 61.54%
server/server.go 4 83.33%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 8e40cafbb: 0.02%
Covered Lines: 5409
Relevant Lines: 11843

💛 - Coveralls