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

test(e2e): Major refactor and stabilization of e2e tests #7581

Merged
merged 115 commits into from
Aug 7, 2024

chore(lint): remove unused disable directives

93f2833
Select commit
Loading
Failed to load commit list.
Merged

test(e2e): Major refactor and stabilization of e2e tests #7581

chore(lint): remove unused disable directives
93f2833
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 7, 2024 in 0s

56.84% (-0.31%) compared to e3fcbe1

View this Pull Request on Codecov

56.84% (-0.31%) compared to e3fcbe1

Details

Codecov Report

Attention: Patch coverage is 85.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 56.84%. Comparing base (e3fcbe1) to head (93f2833).
Report is 1 commits behind head on master.

Files Patch % Lines
src/api/annotation/AnnotationAPI.js 85.00% 3 Missing ⚠️
src/utils/clock/DefaultClock.js 66.66% 2 Missing ⚠️
src/utils/visibility/VisibilityObserver.js 83.33% 2 Missing ⚠️
src/api/composition/CompositionProvider.js 50.00% 1 Missing ⚠️
src/plugins/plot/legend/PlotLegend.vue 50.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7581      +/-   ##
==========================================
- Coverage   57.15%   56.84%   -0.31%     
==========================================
  Files         674      674              
  Lines       27276    27283       +7     
  Branches     2668     2669       +1     
==========================================
- Hits        15589    15509      -80     
- Misses      11347    11435      +88     
+ Partials      340      339       -1     
Files Coverage Δ
example/exampleUser/ExampleUserProvider.js 83.60% <ø> (ø)
example/generator/SinewaveStalenessProvider.js 100.00% <ø> (ø)
openmct.js 100.00% <100.00%> (ø)
src/MCT.js 96.93% <ø> (ø)
src/api/Editor.js 90.90% <ø> (ø)
src/api/actions/ActionCollection.js 83.58% <ø> (ø)
src/api/actions/ActionsAPI.js 96.15% <100.00%> (ø)
src/api/composition/CompositionAPI.js 100.00% <ø> (ø)
src/api/composition/CompositionCollection.js 93.58% <ø> (ø)
src/api/composition/DefaultCompositionProvider.js 95.45% <ø> (ø)
... and 111 more

... and 7 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 e3fcbe1...93f2833. Read the comment docs.