Skip to content

update tests/tests_integration with sempahore changes

b40d2aa
Select commit
Loading
Failed to load commit list.
Open

refactor: concurrency settings in the SDK (DM-3473) #2456

update tests/tests_integration with sempahore changes
b40d2aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2026 in 0s

64.63% (-0.01%) compared to 981e379

View this Pull Request on Codecov

64.63% (-0.01%) compared to 981e379

Details

Codecov Report

❌ Patch coverage is 64.16667% with 129 lines in your changes missing coverage. Please review.
✅ Project coverage is 64.63%. Comparing base (981e379) to head (b40d2aa).
⚠️ Report is 2 commits behind head on pysdk-release-v8.

Files with missing lines Patch % Lines
cognite/client/utils/_concurrency.py 51.80% 40 Missing ⚠️
cognite/client/config.py 55.55% 8 Missing ⚠️
cognite/client/_api/data_modeling/__init__.py 0.00% 6 Missing ⚠️
cognite/client/_api/raw/__init__.py 0.00% 6 Missing ⚠️
cognite/client/_api/data_modeling/graphql.py 54.54% 5 Missing ⚠️
cognite/client/_api_client.py 72.22% 5 Missing ⚠️
...nite/client/_api/data_modeling/space_statistics.py 42.85% 4 Missing ⚠️
cognite/client/_api/data_modeling/spaces.py 33.33% 4 Missing ⚠️
cognite/client/_api/data_modeling/statistics.py 42.85% 4 Missing ⚠️
cognite/client/_api/data_modeling/views.py 33.33% 4 Missing ⚠️
... and 17 more
Additional details and impacted files
@@                 Coverage Diff                  @@
##           pysdk-release-v8    #2456      +/-   ##
====================================================
- Coverage             64.64%   64.63%   -0.01%     
====================================================
  Files                   467      467              
  Lines                 47532    47713     +181     
====================================================
+ Hits                  30726    30839     +113     
- Misses                16806    16874      +68     
Files with missing lines Coverage Δ
cognite/client/_api/agents/agents.py 50.00% <100.00%> (ø)
cognite/client/_api/ai/tools/documents.py 39.28% <100.00%> (ø)
cognite/client/_api/assets.py 66.22% <100.00%> (+0.11%) ⬆️
cognite/client/_api/document_preview.py 14.28% <100.00%> (ø)
cognite/client/_api/documents.py 53.84% <100.00%> (ø)
cognite/client/_api/entity_matching.py 48.07% <100.00%> (ø)
cognite/client/_api/extractionpipelines/configs.py 42.85% <100.00%> (ø)
cognite/client/_api/files.py 67.66% <100.00%> (ø)
cognite/client/_api/functions/__init__.py 66.54% <100.00%> (ø)
cognite/client/_api/functions/calls.py 55.88% <100.00%> (ø)
... and 104 more

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