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/#655 - Create exists API #673

Closed trgiangdo closed 1 year ago

trgiangdo commented 1 year ago

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

There are a lot of added test cases, but most of them are similar to each other.

github-actions[bot] commented 1 year ago

☂️ Python Cov

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
7236 6940 96% 85% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/taipy/core/_init.py 100% 🟢
src/taipy/core/_manager/_manager.py 100% 🟢
src/taipy/core/_repository/_abstract_repository.py 100% 🟢
src/taipy/core/_repository/_filesystem_repository.py 99% 🟢
src/taipy/core/_repository/_sql_repository.py 94% 🟢
src/taipy/core/taipy.py 88% 🟢
TOTAL 97% 🟢

updated for commit: b1bf51b by action🐍