tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 529 forks source link

Added the test cases for tf.distribute.MirroredStrategy() to the test_runner #115

Closed chamorajg closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #115 into master will decrease coverage by 0.52%. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #115      +/-   ##
========================================
- Coverage   90.53%    90%   -0.53%     
========================================
  Files          31     31              
  Lines        2726   2742      +16     
  Branches      434    438       +4     
========================================
  Hits         2468   2468              
- Misses        179    195      +16     
  Partials       79     79
Impacted Files Coverage Δ
adanet/core/estimator_distributed_test_runner.py 73.64% <0%> (-10.43%) :arrow_down:

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 cfb357a...62b3050. Read the comment docs.

cweill commented 5 years ago

Looks good to me. I'll merge it on our side.

chamorajg commented 5 years ago

@cweill thanks :)

cweill commented 5 years ago

This is now merged in master, so I'm closing this PR. Thanks for this!