m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Begin to remove v1 logic from etl worker packages #1080

Closed stephen-soltesz closed 2 years ago

stephen-soltesz commented 2 years ago

This is the first of a sequence of PRs to remove support for the v1 pipeline from the etl worker and related packages.


This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 7317


Files with Coverage Reduction New Missed Lines %
active/active.go 2 90.63%
cmd/etl_worker/etl_worker.go 2 85.64%
worker/worker.go 8 54.41%
<!-- Total: 12 -->
Totals Coverage Status
Change from base Build 7313: 1.0%
Covered Lines: 3915
Relevant Lines: 5911

💛 - Coveralls
stephen-soltesz commented 2 years ago

Part of: