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/#479 - Remove deprecated attributes and methods #721

Closed trgiangdo closed 1 year ago

trgiangdo commented 1 year ago

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

In this PR:

github-actions[bot] commented 1 year ago

☂️ Python Cov

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7457 7143 96% 85% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/taipy/core/config/job_config.py 96% 🟢
src/taipy/core/data/_data_converter.py 94% 🟢
src/taipy/core/data/_data_model.py 100% 🟢
src/taipy/core/data/data_node.py 97% 🟢
src/taipy/core/pipeline/_pipeline_model.py 100% 🟢
src/taipy/core/pipeline/pipeline.py 94% 🟢
src/taipy/core/taipy.py 87% 🟢
src/taipy/core/task/_task_model.py 100% 🟢
src/taipy/core/task/task.py 90% 🟢
TOTAL 95% 🟢

updated for commit: d03f3a3 by action🐍