Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Project Endpoints #1390

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Support Project Endpoints #1390

wants to merge 8 commits into from

Conversation

doctrino
Copy link
Contributor

@doctrino doctrino commented Sep 30, 2023

Description

Missing access to run appropriate testing against CDF.

Checklist:

  • Tests added/updated.
  • 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.

Copy link

codecov bot commented Jan 19, 2024

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%) ⬆️
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant