Closed sneaxiy closed 4 years ago
Merging #3062 into develop will decrease coverage by
0.04%
. The diff coverage is5.26%
.
@@ Coverage Diff @@
## develop #3062 +/- ##
===========================================
- Coverage 50.48% 50.44% -0.05%
===========================================
Files 246 246
Lines 17987 18005 +18
===========================================
+ Hits 9081 9082 +1
- Misses 8215 8231 +16
- Partials 691 692 +1
Impacted Files | Coverage Δ | |
---|---|---|
go/codegen/experimental/codegen_step.go | 21.00% <0.00%> (-1.46%) |
:arrow_down: |
python/runtime/pai/submitter_train.py | 28.26% <0.00%> (ø) |
|
python/runtime/model/model.py | 61.53% <20.00%> (-1.51%) |
:arrow_down: |
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 e1a219e...9d17850. Read the comment docs.
Try to save model metadata on
xxx_sqlflow_pai_model
table when training PAI ML models.