Skip to content

Merge remote-tracking branch 'origin/master' into use-multipart-uploa…

aad03eb
Select commit
Loading
Failed to load commit list.
Open

feat(files): Support upload of files larger than 5GB in all CDF cloud environments #2566

Merge remote-tracking branch 'origin/master' into use-multipart-uploa…
aad03eb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 17, 2026 in 0s

92.81% (+0.05%) compared to 46babc5

View this Pull Request on Codecov

92.81% (+0.05%) compared to 46babc5

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.81%. Comparing base (46babc5) to head (aad03eb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2566      +/-   ##
==========================================
+ Coverage   92.76%   92.81%   +0.05%     
==========================================
  Files         480      480              
  Lines       48441    48537      +96     
==========================================
+ Hits        44936    45051     +115     
+ Misses       3505     3486      -19     
Files with missing lines Coverage Δ
cognite/client/_api/files.py 94.31% <100.00%> (+2.58%) ⬆️
cognite/client/_constants.py 88.46% <100.00%> (+2.09%) ⬆️
cognite/client/_sync_api/files.py 100.00% <100.00%> (ø)
cognite/client/data_classes/files.py 93.27% <100.00%> (+2.94%) ⬆️
cognite/client/utils/_uploading.py 72.30% <100.00%> (+4.45%) ⬆️
tests/tests_unit/test_api/test_files.py 99.79% <100.00%> (+0.02%) ⬆️

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