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

Derived Telemetry Prototype #7815

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

Merge branch 'master' into telemetry-comps

5e15af1
Select commit
Loading
Failed to load commit list.
Open

Derived Telemetry Prototype #7815

Merge branch 'master' into telemetry-comps
5e15af1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

57.37% (-0.21%) compared to 5be103e

View this Pull Request on Codecov

57.37% (-0.21%) compared to 5be103e

Details

Codecov Report

Attention: Patch coverage is 62.08251% with 193 lines in your changes missing coverage. Please review.

Project coverage is 57.37%. Comparing base (5be103e) to head (5e15af1).

Files with missing lines Patch % Lines
src/plugins/comps/components/CompsView.vue 0.00% 103 Missing ⚠️
src/ui/components/ObjectPathString.vue 0.00% 43 Missing ⚠️
src/plugins/comps/CompsManager.js 86.41% 25 Missing ⚠️
...rc/plugins/comps/components/CompsInspectorView.vue 0.00% 15 Missing ⚠️
src/plugins/comps/CompsTelemetryProvider.js 94.02% 4 Missing ⚠️
src/plugins/comps/CompsViewProvider.js 95.45% 1 Missing ⚠️
src/plugins/comps/plugin.js 92.85% 1 Missing ⚠️
src/plugins/plot/configuration/PlotSeries.js 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7815      +/-   ##
==========================================
- Coverage   57.57%   57.37%   -0.21%     
==========================================
  Files         678      687       +9     
  Lines       27428    27929     +501     
  Branches     2691     2709      +18     
==========================================
+ Hits        15793    16024     +231     
- Misses      11294    11564     +270     
  Partials      341      341              
Files with missing lines Coverage Δ
src/MCT.js 96.96% <100.00%> (+0.03%) ⬆️
src/api/telemetry/TelemetryAPI.js 90.07% <100.00%> (+0.03%) ⬆️
src/api/telemetry/TelemetryCollection.js 89.67% <100.00%> (+1.22%) ⬆️
src/plugins/comps/CompsInspectorViewProvider.js 100.00% <100.00%> (ø)
src/plugins/comps/CompsMetadataProvider.js 100.00% <100.00%> (ø)
src/plugins/condition/components/ConditionSet.vue 0.00% <ø> (ø)
src/plugins/plot/stackedPlot/StackedPlotItem.vue 37.31% <ø> (ø)
src/plugins/plugins.js 100.00% <100.00%> (ø)
src/plugins/comps/CompsViewProvider.js 95.45% <95.45%> (ø)
src/plugins/comps/plugin.js 92.85% <92.85%> (ø)
... and 6 more

... and 9 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5be103e...5e15af1. Read the comment docs.