This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
Feature/#755 - Open append() method on datanodes #1839
GitHub Actions / Coverge Results
succeeded
Nov 12, 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:
5812d79
by action🐍
Loading