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

Discrete Event Visualization in Timeline #7967

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

handle case where we only have events in timeline

32a0e15
Select commit
Loading
Failed to load commit list.
Open

Discrete Event Visualization in Timeline #7967

handle case where we only have events in timeline
32a0e15
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 6, 2025 in 0s

57.18% (-0.52%) compared to 5be103e

View this Pull Request on Codecov

57.18% (-0.52%) compared to 5be103e

Details

Codecov Report

Attention: Patch coverage is 35.03326% with 293 lines in your changes missing coverage. Please review.

Project coverage is 57.18%. Comparing base (5be103e) to head (32a0e15).

Files with missing lines Patch % Lines
...rc/plugins/events/components/EventTimelineView.vue 2.95% 197 Missing ⚠️
src/plugins/events/mixins/eventData.js 57.14% 33 Missing ⚠️
src/plugins/timeline/TimelineObjectView.vue 0.00% 25 Missing ⚠️
src/plugins/timeline/TimelineViewLayout.vue 48.48% 16 Missing and 1 partial ⚠️
src/ui/components/swim-lane/SwimLane.vue 45.45% 6 Missing ⚠️
src/plugins/timeline/ExtendedLinesOverlay.vue 0.00% 4 Missing ⚠️
src/plugins/imagery/components/ImageryTimeView.vue 78.57% 2 Missing and 1 partial ⚠️
src/plugins/plan/components/ActivityTimeline.vue 0.00% 1 Missing and 1 partial ⚠️
src/plugins/timeline/ExtendedLinesBus.js 50.00% 2 Missing ⚠️
src/ui/components/TimeSystemAxis.vue 81.81% 2 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7967      +/-   ##
==========================================
- Coverage   57.70%   57.18%   -0.52%     
==========================================
  Files         678      686       +8     
  Lines       27428    27825     +397     
  Branches     2691     2741      +50     
==========================================
+ Hits        15826    15913      +87     
- Misses      11264    11569     +305     
- Partials      338      343       +5     
Files with missing lines Coverage Δ
example/eventGenerator/EventMetadataProvider.js 100.00% <ø> (ø)
example/eventGenerator/EventTelemetryProvider.js 100.00% <100.00%> (ø)
example/eventGenerator/plugin.js 100.00% <100.00%> (ø)
src/api/tooltips/ToolTip.js 100.00% <ø> (ø)
src/api/tooltips/ToolTipAPI.js 100.00% <ø> (ø)
src/api/tooltips/components/TooltipComponent.vue 0.00% <ø> (ø)
src/plugins/events/EventInspectorViewProvider.js 100.00% <100.00%> (ø)
src/plugins/events/plugin.js 100.00% <100.00%> (ø)
...rc/plugins/imagery/ImageryTimestripViewProvider.js 100.00% <100.00%> (ø)
src/plugins/plugins.js 100.00% <100.00%> (ø)
... and 15 more

... and 15 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...32a0e15. Read the comment docs.