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 #824

Merged
merged 6 commits into from
Nov 15, 2023

tests: skip append parquet tests if fastparquet is not installed

2682eb4
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

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

tests: skip append parquet tests if fastparquet is not installed
2682eb4
Select commit
Loading
Failed to load commit list.
GitHub Actions / Coverge Results succeeded Nov 13, 2023 in 1s

Coverage Results -

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
8335 7902 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 89% 🟢
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% 🟢
src/taipy/core/exceptions/exceptions.py 92% 🟢
TOTAL 96% 🟢

updated for commit: 2682eb4 by action🐍