go-spatial / tegola

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

chore: switch to internal/log #837

Closed iwpnd closed 2 years ago

iwpnd commented 2 years ago

As discussed I switched to the internal logger and changed current print statements to their respective log level to the best of my knowledge. Also as discussed I did not touch the math package. #831

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build d9b676b62-PR-837


Changes Missing Coverage Covered Lines Changed/Added Lines %
atlas/map.go 0 1 0.0%
provider/postgis/util.go 0 1 0.0%
server/handle_map_capabilities.go 0 2 0.0%
internal/log/log.go 0 3 0.0%
atlas/atlas.go 0 4 0.0%
provider/postgis/postgis.go 2 12 16.67%
<!-- Total: 2 23 8.7% -->
Totals Coverage Status
Change from base Build e593b4f85: -0.01%
Covered Lines: 5486
Relevant Lines: 12156

💛 - Coveralls