sql-machine-learning / sqlflow

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

pyalisa: add request client #3085

Closed lhw362950217 closed 4 years ago

lhw362950217 commented 4 years ago

Related to #2762

codecov-io commented 4 years ago

Codecov Report

Merging #3085 into develop will decrease coverage by 48.52%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop   #3085       +/-   ##
===========================================
- Coverage    50.97%   2.44%   -48.53%     
===========================================
  Files          246     165       -81     
  Lines        18180   11332     -6848     
===========================================
- Hits          9267     277     -8990     
- Misses        8218   11010     +2792     
+ Partials       695      45      -650     
Impacted Files Coverage Δ
python/runtime/dbapi/pyalisa/client.py 0.00% <0.00%> (ø)
python/runtime/dbapi/pyalisa/client_test.py 0.00% <0.00%> (ø)
python/runtime/dbapi/pyalisa/config.py 0.00% <0.00%> (-100.00%) :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:
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:
... and 207 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 be00c5e...b56da80. Read the comment docs.