Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Feature/#755 - Open append() method on datanodes #1616

Feature/#755 - Open append() method on datanodes

Feature/#755 - Open append() method on datanodes #1616

GitHub Actions / Coverge Results succeeded Nov 10, 2023 in 2s

Coverage Results -

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
8332 7896 95% 85% 🟢

New Files

No new covered files...

Modified Files

File Coverage Status
src/taipy/core/config/checkers/_data_node_config_checker.py 98% 🟢
src/taipy/core/config/data_node_config.py 98% 🟢
src/taipy/core/data/_abstract_sql.py 88% 🟢
src/taipy/core/data/_data_converter.py 97% 🟢
src/taipy/core/data/csv.py 95% 🟢
src/taipy/core/data/data_node.py 99% 🟢
src/taipy/core/data/excel.py 96% 🟢
src/taipy/core/data/json.py 96% 🟢
src/taipy/core/data/mongo.py 90% 🟢
src/taipy/core/data/parquet.py 98% 🟢
src/taipy/core/data/sql.py 98% 🟢
src/taipy/core/data/sql_table.py 100% 🟢
TOTAL 96% 🟢

updated for commit: da5e7b8 by action🐍