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

Add support for Simulator Logs #2122

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add support for Simulator Logs #2122

wants to merge 4 commits into from

Conversation

lpereiracgn
Copy link
Contributor

@lpereiracgn lpereiracgn commented Feb 26, 2025

Description

Simulator logs capture important events, messages, and exceptions that occur during the execution of simulations, model parsing, and connector operations. They help users identify issues, diagnose problems, and gain insights into the behavior of the simulator integrations.

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.

@lpereiracgn lpereiracgn requested review from a team as code owners February 26, 2025 02:21
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.39%. Comparing base (01e65f4) to head (6b691a2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2122   +/-   ##
=======================================
  Coverage   90.38%   90.39%           
=======================================
  Files         152      154    +2     
  Lines       23127    23182   +55     
=======================================
+ Hits        20903    20955   +52     
- Misses       2224     2227    +3     
Files with missing lines Coverage Δ
cognite/client/_api/simulators/__init__.py 100.00% <100.00%> (ø)
cognite/client/_api/simulators/logs.py 100.00% <100.00%> (ø)
cognite/client/data_classes/simulators/logs.py 100.00% <100.00%> (ø)
cognite/client/testing.py 100.00% <100.00%> (ø)

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

2 participants