Closed gdey closed 4 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
cmd/tegola/cmd/root.go | 0 | 1 | 0.0% | ||
config/config.go | 38 | 39 | 97.44% | ||
atlas/map.go | 0 | 4 | 0.0% | ||
cmd/internal/register/maps.go | 7 | 11 | 63.64% | ||
provider/errors.go | 0 | 11 | 0.0% | ||
config/errors.go | 4 | 21 | 19.05% | ||
provider/provider.go | 48 | 80 | 60.0% | ||
<!-- | Total: | 106 | 176 | 60.23% | --> |
Totals | |
---|---|
Change from base Build 2f83b2257: | 0.4% |
Covered Lines: | 5382 |
Relevant Lines: | 11801 |
I finally had some time to test this out and it's working great. Please rebase onto v0.12.x prior to merging.
Looks good! Just clean up the commits and then let's get this into v0.12.x!
Merge mvt_providers and providers sections of the config.
We will now use the type param to figure out the mvt_providers and providers.
fixes #688