cognite-sdk-python icon indicating copy to clipboard operation
cognite-sdk-python copied to clipboard

Support Project Endpoints

Open doctrino opened this issue 2 years ago • 1 comments

Description

Missing access to run appropriate testing against CDF.

Checklist:

  • [x] Tests added/updated.
  • [x] Documentation updated. Documentation is generated from docstrings - these must be updated according to your change. If a new method has been added it should be referenced in cognite.rst in order to generate docs based on its docstring.
  • [ ] Changelog updated in CHANGELOG.md.
  • [ ] Version bumped. If triggering a new release is desired, bump the version number in _version.py and pyproject.toml per semantic versioning.

doctrino avatar Sep 30 '23 15:09 doctrino

Codecov Report

Merging #1390 (e9dc106) into master (e2d93f2) will decrease coverage by 0.01%. The diff coverage is 90.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1390      +/-   ##
==========================================
- Coverage   91.57%   91.56%   -0.01%     
==========================================
  Files         120      122       +2     
  Lines       16833    17089     +256     
==========================================
+ Hits        15415    15648     +233     
- Misses       1418     1441      +23     
Files Coverage Δ
cognite/client/_api/iam.py 87.02% <100.00%> (+0.20%) :arrow_up:
cognite/client/data_classes/__init__.py 100.00% <100.00%> (ø)
cognite/client/testing.py 100.00% <100.00%> (ø)
cognite/client/_api/projects.py 60.00% <60.00%> (ø)
cognite/client/data_classes/projects.py 93.36% <93.36%> (ø)

... and 1 file with indirect coverage changes

codecov[bot] avatar Jan 19 '24 08:01 codecov[bot]