sql-machine-learning / sqlflow

Brings SQL and AI together.
https://sqlflow.org
Apache License 2.0
5.05k stars 697 forks source link

Fix runtime pai submitter #3099

Closed typhoonzero closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #3099 (6166935) into develop (c9d48b1) will decrease coverage by 48.45%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #3099       +/-   ##
===========================================
- Coverage    50.88%   2.42%   -48.46%     
===========================================
  Files          248     165       -83     
  Lines        18447   11408     -7039     
===========================================
- Hits          9387     277     -9110     
- Misses        8364   11086     +2722     
+ Partials       696      45      -651     
Impacted Files Coverage Δ
python/runtime/pai/prepare_archive.py 0.00% <ø> (-32.15%) :arrow_down:
python/runtime/pai/submit_pai_task.py 0.00% <ø> (-30.00%) :arrow_down:
python/runtime/step/xgboost/evaluate.py 0.00% <0.00%> (-92.11%) :arrow_down:
python/runtime/step/xgboost/explain.py 0.00% <0.00%> (-76.03%) :arrow_down:
python/runtime/step/xgboost/predict.py 0.00% <0.00%> (-95.32%) :arrow_down:
python/runtime/step/xgboost/train.py 0.00% <0.00%> (-79.75%) :arrow_down:
python/runtime/temp_file.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/pai/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/local/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/model/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 210 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 c9d48b1...6166935. Read the comment docs.