Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
38 stars 17 forks source link

Feature/#719 - Remove migration methods at model level #771

Closed trgiangdo closed 1 year ago

trgiangdo commented 1 year ago

https://github.com/Avaiga/taipy-core/issues/719

This PR can only be merged when the migration CLI is ready to cover all the migrations.

github-actions[bot] commented 1 year ago

☂️ Python Cov

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7603 7295 96% 85% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/taipy/core/_version/_utils.py 100% 🟢
src/taipy/core/data/_data_converter.py 97% 🟢
src/taipy/core/data/_data_model.py 100% 🟢
src/taipy/core/job/_job_converter.py 94% 🟢
src/taipy/core/job/_job_model.py 100% 🟢
src/taipy/core/scenario/_scenario_model.py 100% 🟢
src/taipy/core/task/_task_model.py 100% 🟢
TOTAL 99% 🟢

updated for commit: b68607b by action🐍