livepeer / task-runner

Background service that executes tasks from the Livepeer API. Mainly used for VOD.
MIT License
4 stars 2 forks source link

task: Fix progress reporting step #184

Closed victorges closed 1 year ago

victorges commented 1 year ago

We were getting the constructor arg and sending it in all progress update requests, but it was actually never saved in the struct.

This fixes that (API-42)

codecov[bot] commented 1 year ago

Codecov Report

Merging #184 (9f7d471) into main (b112d74) will decrease coverage by 0.00549%. The diff coverage is 0.00000%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #184         +/-   ##
===================================================
- Coverage   11.91901%   11.91352%   -0.00549%     
===================================================
  Files             14          14                 
  Lines           2173        2174          +1     
===================================================
  Hits             259         259                 
- Misses          1895        1896          +1     
  Partials          19          19                 
Impacted Files Coverage Δ
task/progress.go 0.00000% <0.00000%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b112d74...9f7d471. Read the comment docs.

Impacted Files Coverage Δ
task/progress.go 0.00000% <0.00000%> (ø)