livepeer / task-runner

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

Remove probing - catalyst adds all the appropriate fields now #212

Closed mjh1 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #212 (351815c) into main (182acb0) will increase coverage by 0.02566%. The diff coverage is 0.00000%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #212         +/-   ##
===================================================
+ Coverage   15.32999%   15.35565%   +0.02566%     
===================================================
  Files             19          19                 
  Lines           2394        2390          -4     
===================================================
  Hits             367         367                 
+ Misses          2001        1997          -4     
  Partials          26          26                 
Files Changed Coverage Δ
task/upload.go 21.24248% <0.00000%> (+0.16892%) :arrow_up:

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 182acb0...351815c. Read the comment docs.

Files Changed Coverage Δ
task/upload.go 21.24248% <0.00000%> (+0.16892%) :arrow_up:
mjh1 commented 1 year ago

@victorges does the final logic look ok to you?

victorges commented 1 year ago

@mjh1 Sorry didnt see the comment til now. It does look good!