m-lab / etl-gardener

Gardener provides services for maintaining and reprocessing mlab data.
Apache License 2.0
13 stars 5 forks source link

Remove legacy URL and v1 job logic, update tests for v2 resources #406

Closed stephen-soltesz closed 2 years ago

stephen-soltesz commented 2 years ago

This change removes the v1 client handler "*URL" functions in favor of the v2 client operations that provide the same functionality. This also updates unit tests to preserve and improve unit test coverage of the remaining handlers.

Part of:


This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 3552


Totals Coverage Status
Change from base Build 3546: 0.5%
Covered Lines: 1233
Relevant Lines: 1588

💛 - Coveralls
stephen-soltesz commented 2 years ago

Thank you!