Skip to content

Regenerate JSON schemas for item models

c1af4df
Select commit
Loading
Failed to load commit list.
Open

Add asynchronous data block processing #1491

Regenerate JSON schemas for item models
c1af4df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2025 in 1s

77.77% (-1.36%) compared to 22f70a4

View this Pull Request on Codecov

77.77% (-1.36%) compared to 22f70a4

Details

Codecov Report

❌ Patch coverage is 59.18919% with 151 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.77%. Comparing base (22f70a4) to head (c1af4df).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pydatalab/src/pydatalab/routes/v0_1/blocks.py 22.61% 65 Missing ⚠️
pydatalab/src/pydatalab/routes/v0_1/export.py 56.00% 44 Missing ⚠️
pydatalab/src/pydatalab/export_utils.py 76.13% 21 Missing ⚠️
pydatalab/src/pydatalab/scheduler.py 44.11% 19 Missing ⚠️
pydatalab/src/pydatalab/apps/__init__.py 50.00% 1 Missing ⚠️
pydatalab/src/pydatalab/routes/v0_1/graphs.py 95.45% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1491      +/-   ##
==========================================
- Coverage   79.13%   77.77%   -1.36%     
==========================================
  Files          70       74       +4     
  Lines        5219     5567     +348     
==========================================
+ Hits         4130     4330     +200     
- Misses       1089     1237     +148     
Files with missing lines Coverage Δ
pydatalab/src/pydatalab/apps/_canary/__init__.py 100.00% <100.00%> (ø)
pydatalab/src/pydatalab/models/tasks.py 100.00% <100.00%> (ø)
pydatalab/src/pydatalab/mongo.py 82.27% <100.00%> (+1.45%) ⬆️
pydatalab/src/pydatalab/routes/v0_1/__init__.py 100.00% <100.00%> (ø)
pydatalab/src/pydatalab/apps/__init__.py 70.66% <50.00%> (-0.96%) ⬇️
pydatalab/src/pydatalab/routes/v0_1/graphs.py 97.70% <95.45%> (-1.01%) ⬇️
pydatalab/src/pydatalab/scheduler.py 44.11% <44.11%> (ø)
pydatalab/src/pydatalab/export_utils.py 76.13% <76.13%> (ø)
pydatalab/src/pydatalab/routes/v0_1/export.py 56.00% <56.00%> (ø)
pydatalab/src/pydatalab/routes/v0_1/blocks.py 43.63% <22.61%> (-21.92%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.