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

Initial commit for new runtime and base class #360

Merged
merged 10 commits into from
Sep 23, 2024

Merge branch 'master' into new-runtime

4724544
Select commit
Loading
Failed to load commit list.
Merged

Initial commit for new runtime and base class #360

Merge branch 'master' into new-runtime
4724544
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 23, 2024 in 0s

73.60% (-5.14%) compared to f969745

View this Pull Request on Codecov

73.60% (-5.14%) compared to f969745

Details

Codecov Report

Attention: Patch coverage is 5.97015% with 189 lines in your changes missing coverage. Please review.

Project coverage is 73.60%. Comparing base (f969745) to head (4724544).

Files with missing lines Patch % Lines
cognite/extractorutils/unstable/core/runtime.py 0.00% 77 Missing ⚠️
cognite/extractorutils/unstable/core/base.py 0.00% 63 Missing ⚠️
...te/extractorutils/unstable/configuration/models.py 28.57% 25 Missing ⚠️
cognite/extractorutils/unstable/core/__main__.py 0.00% 19 Missing ⚠️
cognite/extractorutils/unstable/core/_messaging.py 0.00% 3 Missing ⚠️
cognite/extractorutils/configtools/_util.py 50.00% 1 Missing ⚠️
...e/extractorutils/unstable/configuration/loaders.py 50.00% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (f969745) and HEAD (4724544). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (f969745) HEAD (4724544)
4 3
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #360      +/-   ##
==========================================
- Coverage   78.73%   73.60%   -5.14%     
==========================================
  Files          29       33       +4     
  Lines        2634     2830     +196     
==========================================
+ Hits         2074     2083       +9     
- Misses        560      747     +187     
Files with missing lines Coverage Δ
cognite/extractorutils/configtools/_util.py 65.00% <50.00%> (ø)
...e/extractorutils/unstable/configuration/loaders.py 37.50% <50.00%> (ø)
cognite/extractorutils/unstable/core/_messaging.py 0.00% <0.00%> (ø)
cognite/extractorutils/unstable/core/__main__.py 0.00% <0.00%> (ø)
...te/extractorutils/unstable/configuration/models.py 70.28% <28.57%> (-14.33%) ⬇️
cognite/extractorutils/unstable/core/base.py 0.00% <0.00%> (ø)
cognite/extractorutils/unstable/core/runtime.py 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes