sql-machine-learning / sqlflow

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

Bring back workflow CI #3108

Closed weiguoz closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #3108 (a23ca5a) into develop (a0ddf7b) will increase coverage by 19.25%. The diff coverage is 14.28%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #3108       +/-   ##
============================================
+ Coverage    31.21%   50.46%   +19.25%     
============================================
  Files          187      250       +63     
  Lines        15074    18614     +3540     
============================================
+ Hits          4705     9394     +4689     
+ Misses        9924     8524     -1400     
- Partials       445      696      +251     
Impacted Files Coverage Δ
python/runtime/dbapi/pyalisa/client.py 26.82% <14.28%> (ø)
python/runtime/xgboost/evaluate.py 0.00% <0.00%> (ø)
python/runtime/dbapi/pyalisa/client_test.py 36.00% <0.00%> (ø)
python/runtime/dbapi/pyalisa/config_test.py 25.58% <0.00%> (ø)
python/runtime/xgboost/model_save_test.py 97.77% <0.00%> (ø)
python/runtime/dbapi/pyalisa/task_test.py 20.33% <0.00%> (ø)
python/test_sql_data.py 0.00% <0.00%> (ø)
python/runtime/dbapi/mysql.py 92.53% <0.00%> (ø)
python/runtime/pai/cluster_conf_test.py 95.45% <0.00%> (ø)
python/runtime/dbapi/pyalisa/config.py 22.22% <0.00%> (ø)
... and 119 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 a0ddf7b...a23ca5a. Read the comment docs.