sql-machine-learning / sqlflow

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

Always remove root perm dirs when pushing images #3053

Closed typhoonzero closed 4 years ago

typhoonzero commented 4 years ago

Always remove root perm dirs whether the deploy_docker.sh fails or not.

codecov-io commented 4 years ago

Codecov Report

Merging #3053 into develop will decrease coverage by 47.60%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #3053       +/-   ##
===========================================
- Coverage    50.21%   2.60%   -47.61%     
===========================================
  Files          251     168       -83     
  Lines        17966   11043     -6923     
===========================================
- Hits          9021     288     -8733     
- Misses        8254   10710     +2456     
+ Partials       691      45      -646     
Impacted Files Coverage Δ
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:
python/runtime/db_writer/mysql.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/feature/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/xgboost/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/verifier/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/verifier/verifier.py 0.00% <0.00%> (-100.00%) :arrow_down:
python/runtime/db_writer/__init__.py 0.00% <0.00%> (-100.00%) :arrow_down:
... and 205 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 585ac89...e0be6a4. Read the comment docs.