Skip to content

feat!: move publicly exposed constants to a new public constants file#2636

Open
MortGron wants to merge 2 commits into
masterfrom
expose-pulic-constants
Open

feat!: move publicly exposed constants to a new public constants file#2636
MortGron wants to merge 2 commits into
masterfrom
expose-pulic-constants

Fix constatns file

880001f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 22, 2026 in 1s

93.07% (-0.01%) compared to 8a8a106

View this Pull Request on Codecov

93.07% (-0.01%) compared to 8a8a106

Details

Codecov Report

❌ Patch coverage is 98.46154% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.07%. Comparing base (8a8a106) to head (880001f).

Files with missing lines Patch % Lines
cognite/client/constants.py 90.90% 1 Missing ⚠️
...a_classes/data_modeling/extractor_extensions/v1.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2636      +/-   ##
==========================================
- Coverage   93.08%   93.07%   -0.01%     
==========================================
  Files         486      487       +1     
  Lines       49671    49674       +3     
==========================================
+ Hits        46235    46236       +1     
- Misses       3436     3438       +2     
Files with missing lines Coverage Δ
cognite/client/_api/annotations.py 95.65% <100.00%> (ø)
cognite/client/_api/assets.py 97.35% <100.00%> (ø)
cognite/client/_api/data_modeling/containers.py 98.14% <100.00%> (ø)
cognite/client/_api/data_modeling/data_models.py 100.00% <100.00%> (ø)
cognite/client/_api/data_modeling/instances.py 90.30% <100.00%> (ø)
cognite/client/_api/data_modeling/spaces.py 100.00% <100.00%> (ø)
cognite/client/_api/data_modeling/views.py 98.03% <100.00%> (ø)
cognite/client/_api/data_sets.py 100.00% <100.00%> (ø)
cognite/client/_api/datapoints.py 98.50% <100.00%> (ø)
cognite/client/_api/datapoints_subscriptions.py 96.15% <100.00%> (ø)
... and 108 more

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