Skip to content

feat(records): filter endpoint#2699

Open
andersfylling wants to merge 4 commits into
masterfrom
andersf/records/list5654
Open

feat(records): filter endpoint#2699
andersfylling wants to merge 4 commits into
masterfrom
andersf/records/list5654

cleanup

25548a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 22, 2026 in 1s

93.67% (+0.00%) compared to a2722cd

View this Pull Request on Codecov

93.67% (+0.00%) compared to a2722cd

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.67%. Comparing base (a2722cd) to head (25548a1).

Additional details and impacted files
@@           Coverage Diff            @@
##           master    #2699    +/-   ##
========================================
  Coverage   93.67%   93.67%            
========================================
  Files         503      503            
  Lines       50696    50840   +144     
========================================
+ Hits        47488    47624   +136     
- Misses       3208     3216     +8     
Files with missing lines Coverage Δ
cognite/client/_api/data_modeling/records.py 100.00% <100.00%> (ø)
cognite/client/_sync_api/data_modeling/records.py 100.00% <100.00%> (ø)
...nite/client/data_classes/data_modeling/__init__.py 100.00% <ø> (ø)
...gnite/client/data_classes/data_modeling/records.py 98.98% <100.00%> (+1.26%) ⬆️
cognite/client/utils/_concurrency.py 92.78% <ø> (+0.24%) ⬆️
...s_unit/test_api/test_data_modeling/test_records.py 100.00% <100.00%> (ø)
tests/tests_unit/test_docstring_examples.py 100.00% <100.00%> (ø)

... and 6 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.