twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.48k stars 703 forks source link

use backoff on codecov uploader to reduce CI failures #1994

Closed daniel-sudz closed 2 years ago

daniel-sudz commented 2 years ago

added exponential retry to uploader which seems to fail often.

closes #1993

codecov-commenter commented 2 years ago

Codecov Report

Merging #1994 (514bdf4) into develop (1100558) will decrease coverage by 3.15%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #1994      +/-   ##
=============================================
- Coverage      37.65%   34.50%   -3.16%     
+ Complexity      1429     1053     -376     
=============================================
  Files            316      316              
  Lines          21238    21062     -176     
  Branches        2867     2842      -25     
=============================================
- Hits            7998     7267     -731     
- Misses         12252    12904     +652     
+ Partials         988      891      -97     
Impacted Files Coverage Δ
...r/scalding/platform/HadoopSharedPlatformTest.scala 0.00% <0.00%> (-100.00%) :arrow_down:
...a/com/twitter/scalding/platform/LocalCluster.scala 0.00% <0.00%> (-96.40%) :arrow_down:
...com/twitter/scalding/platform/HadoopPlatform.scala 0.00% <0.00%> (-90.00%) :arrow_down:
.../scala/com/twitter/scalding/platform/MakeJar.scala 0.00% <0.00%> (-88.64%) :arrow_down:
...tter/scalding/platform/HadoopPlatformJobTest.scala 0.00% <0.00%> (-85.72%) :arrow_down:
...calding/platform/HadoopPlatformExecutionTest.scala 0.00% <0.00%> (-84.62%) :arrow_down:
...m/twitter/scalding/mathematics/Combinatorics.scala 43.20% <0.00%> (-45.68%) :arrow_down:
.../scalding/typed/cascading_backend/HashJoiner.scala 59.25% <0.00%> (-33.34%) :arrow_down:
...alding/typed/cascading_backend/CoGroupJoiner.scala 60.71% <0.00%> (-28.58%) :arrow_down:
...main/scala/com/twitter/scalding/ExecutionApp.scala 51.28% <0.00%> (-28.21%) :arrow_down:
... and 58 more

Continue to review full report at Codecov.

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