Skip to content

feat(alpha): record view CRUD support#2722

Open
polomani wants to merge 7 commits into
masterfrom
record-views
Open

feat(alpha): record view CRUD support#2722
polomani wants to merge 7 commits into
masterfrom
record-views

Minor improvements after review

e6b1a54
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 17, 2026 in 1s

93.66% (-0.05%) compared to 0744eb7

View this Pull Request on Codecov

93.66% (-0.05%) compared to 0744eb7

Details

Codecov Report

❌ Patch coverage is 94.52055% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.66%. Comparing base (0744eb7) to head (e6b1a54).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
cognite/client/data_classes/data_modeling/views.py 83.09% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2722      +/-   ##
==========================================
- Coverage   93.70%   93.66%   -0.05%     
==========================================
  Files         504      504              
  Lines       51112    51317     +205     
==========================================
+ Hits        47897    48067     +170     
- Misses       3215     3250      +35     
Files with missing lines Coverage Δ
cognite/client/_api/data_modeling/views.py 98.50% <100.00%> (+0.46%) ⬆️
cognite/client/_sync_api/data_modeling/views.py 100.00% <100.00%> (ø)
...nite/client/data_classes/data_modeling/__init__.py 100.00% <ø> (ø)
...sts_unit/test_api/test_data_modeling/test_views.py 100.00% <100.00%> (ø)
...t/test_data_classes/test_data_models/test_views.py 100.00% <100.00%> (ø)
cognite/client/data_classes/data_modeling/views.py 91.46% <83.09%> (-1.54%) ⬇️

... and 10 files with indirect coverage changes

🚀 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.