tensorflow / adanet

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

Only test on Python 3 and TF 2.1. #146

Closed cweill closed 4 years ago

cweill commented 4 years ago
codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@149202e). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #146   +/-   ##
=========================================
  Coverage          ?   80.02%           
=========================================
  Files             ?       59           
  Lines             ?     4011           
  Branches          ?      641           
=========================================
  Hits              ?     3210           
  Misses            ?      649           
  Partials          ?      152
Impacted Files Coverage Δ
adanet/experimental/keras/model_search.py 100% <ø> (ø)
adanet/experimental/controllers/controller.py 86.66% <ø> (ø)
adanet/experimental/schedulers/scheduler.py 90.9% <ø> (ø)
...et/experimental/schedulers/in_process_scheduler.py 100% <ø> (ø)
adanet/autoensemble/__init__.py 100% <ø> (ø)
adanet/experimental/work_units/work_unit.py 87.5% <ø> (ø)
adanet/experimental/keras/ensemble_model.py 94.28% <ø> (ø)
adanet/experimental/keras/testing_utils.py 94.73% <100%> (ø)

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 149202e...72d59f2. Read the comment docs.