m-lab / etl-gardener

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

Use timex format constants throughout #392

Closed stephen-soltesz closed 1 year ago

stephen-soltesz commented 1 year ago

This change uses timex format constants for YYYYMMDD formats throughout the gardener codebase. This change replaces adhoc strings like "20060102" in favor of constants timex.YYYYMMDD.

Clean up part of https://github.com/m-lab/etl-gardener/issues/349


This change is Reviewable

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3406


Changes Missing Coverage Covered Lines Changed/Added Lines %
cloud/bq/ops.go 1 3 33.33%
<!-- Total: 11 13 84.62% -->
Totals Coverage Status
Change from base Build 3396: 0.0%
Covered Lines: 1583
Relevant Lines: 2167

💛 - Coveralls