Added delete_namespace and delete_project functions
#1318
Merged
Codecov / codecov/project
succeeded
Sep 11, 2025 in 0s
87.56% (+0.05%) compared to 8c9b666
View this Pull Request on Codecov
87.56% (+0.05%) compared to 8c9b666
Details
Codecov Report
❌ Patch coverage is 90.69767% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.56%. Comparing base (8c9b666) to head (6b86ba2).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/datachain/data_storage/metastore.py | 86.04% | 2 Missing and 4 partials |
| src/datachain/namespace.py | 71.42% | 1 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## main #1318 +/- ##
==========================================
+ Coverage 87.51% 87.56% +0.05%
==========================================
Files 156 156
Lines 14416 14493 +77
Branches 2068 2081 +13
==========================================
+ Hits 12616 12691 +75
+ Misses 1332 1331 -1
- Partials 468 471 +3 | Files with missing lines | Coverage Δ | |
|---|---|---|
| src/datachain/__init__.py | 100.00% <100.00%> (ø) |
|
| src/datachain/error.py | 100.00% <100.00%> (ø) |
|
| src/datachain/lib/namespaces.py | 100.00% <100.00%> (ø) |
|
| src/datachain/lib/projects.py | 100.00% <100.00%> (ø) |
|
| src/datachain/namespace.py | 93.47% <71.42%> (-3.96%) |
⬇️ |
| src/datachain/data_storage/metastore.py | 94.12% <86.04%> (+0.37%) |
⬆️ |
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Loading